@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------------------

Template Name:      Drive Press |  Responsive Website Template
Version:            1.0.0
Last change:        13/02/2016 
Author:             Jitu Chauhan

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.6 Bullets 
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        4.10 Paginations
        4.11 Hero Static Home Page (New Update 26 March 2017)  

        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  About us
    9.2  Service icon
    9.3  Service image
    9.4  Service sidebar
    9.5  Service single
    9.6  Special offer
    9.7  Testimonial
    9.8  Team
    9.9  Pricing
    9.10  Location
    9.11 Location Detail
    9.12 Contact us
    9.13 404 Error
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    10.3 Add new if new update
    ------------------------------------
  
11.Sidebar
    11.1 Widget
    11.2 Sidenav
    ------------------------------------
12. Shortcodes
    12.2 Accordions
    --------------------------

13. Back To Top    

14. Media Queries
-------------------------------------------------------------------*/


/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #7f7f7f;
    background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo', sans-serif;
    margin: 0px 0px 10px 0px;
    color: #43433e;
}

h1 {
    font-size: 30px;
    line-height: 1.6;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
    line-height: 1.5;
}

h4 {
    font-size: 14px;
}

p {
    margin: 0 0 0px;
}

ul,
ol {}

ul li,
ol li {}

a {
    color: #96968e;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3154ac;
}

strong {}

.highlight {}

.text-italic {}

.small-text {}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: 5px solid #3154ac;
    color: #3f3f3f;
    line-height: 30px;
    font-style: italic;
    font-weight: 700;
    font-family: 'PT Serif', serif;
    margin-bottom: 30px;
}

blockquote.alignright {
    max-width: 50%;
}

blockquote.alignleft {
    max-width: 50%;
}

.alignleft {
    float: left;
    margin: 0px 30px 40px 0;
}

.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

p:last-child {
    margin-bottom: 0px;
}

.listnone {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.lead {
    font-size: 21px;
    color: #3154ac;
    font-weight: 600;
}

.lead-strong {}

.section-title {
    font-size: 30px;
    line-height: 50px;
    color: #3f3f3f;
    letter-spacing: 1px;
    font-weight: 500;
}

.title {
    color: #43433e;
}

.meta-link {}

.box-shadow {
    box-shadow: 0px 0px 10px 0px rgba(222, 222, 222, 1);
}

.outline {
    border: 4px solid #e5e5e5;
}

::selection {
    background: #ffecb3;
    color: #333;
}

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

.text-white {
    color: #fff;
}

.text-default {
    color: #fc332f;
    font-weight: 700;
    font-size: 40px;
}

.section-header {
    margin-bottom: 60px;
}


/*-----------------------------------
    2. Form css 
-----------------------------------*/

label {
    color: #383c40;
}

.control-label {}

.form-control {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    padding: 10px;
    line-height: 1.42857143;
    background-image: none;
    background-color: #f4f4f4;
    border-radius: 0px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.form-control:focus {
    outline: 0;
    background-color: #f4f4f4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.required {
    font-size: 10px;
    color: red
}

textarea.form-control {
    border-radius: 2px;
    height: auto;
}

select.form-control {
    background-color: #f4f4f4;
    color: #8d8d8d;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.png);
    padding-right: 15px;
    margin-bottom: 15px;
}

button.btn {
    height: 50px;
    margin-right: -1px;
}


/*-----------------------------------
    3. Buttons 
-----------------------------------*/

.btn {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 20px;
    border: none;
    letter-spacing: 1px;
}

.btn-default {
    background-color: #00a550;
    color: #fff;
    border-color: #fc332f;
}

.btn-default:hover {
    color: #fff;
    background-color: #eb1e1a;
    border-color: #eb1e1a;
}

.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #eeb39d;
    border-color: #eeb39d;
}

.btn-primary {
    background-color: #00a550;
    color: #fff;
    border-color: #00a550;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00a550;
    border-color: #00a550;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #2d4d9e;
    border-color: #2d4d9e;
}

.btn-secondary {
    background-color: #afb0b3;
    border-color: #afb0b3;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #fc332f;
    border-color: #fc332f;
}

.btn-outline {
    background-color: transparent;
    color: #dd9a80;
    border-color: #dd9a80;
}

.btn-outline:hover {
    color: #dd9a80;
    background-color: transparent;
    border-color: #dd9a80;
}

.btn-outline.focus,
.btn-outline:focus {
    color: #5b5955;
    background-color: #fff;
    border: 2px solid #dddad4;
}

.btn-lg {
    padding: 24px 60px;
    font-size: 12px;
    text-align: center;
}

.btn-sm {
    padding: 10px 15px;
}

.btn-xs {
    padding: 5px 10px;
}

.btn-link {
    color: #fc332f;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 2px solid #fc332f;
}

.btn-link:hover {
    text-decoration: none;
    border-bottom: 2px solid #3154ac;
    padding-bottom: 4px;
    color: #3154ac;
}

.btn-link-white {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.btn-link-white:hover {
    padding-bottom: 4px;
    color: #fff;
}

.btn-link-orange {}

.btn-link-white:hover {}

.btn-action-block {
    padding-top: 20px;
}


/*-----------------------------------
    4. General / Elements 
-----------------------------------*/


/*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-medium {
    padding-top: 20px;
    padding-bottom: 80px;
}

.space-large {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-ex-large {
    padding-top: 120px;
    padding-bottom: 120px;
}


/*----------------------
    4.2 Margin Space
 -----------------------*/

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}


/*----- less margin space from top --*/

.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}


/*-----------------------
    4.3 Padding space
-------------------------*/

.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside130 {
    padding: 130px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}


/*--------------------------------
 4.4 Background & Block color 
----------------------------------*/

.bg-light {
    background-color: #f6f5f5;
}

.bg-primary {}

.bg-default {}

.bg-white {}

.outline {}

.link-title {}

.title-caps {
    font-size: 14px;
    color: #3154ac;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Exo', sans-serif;
}

.bdr-btm {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 15px;
}


/*--------------------------------
 4.5 Features Block 
----------------------------------*/


/*--------- feature center --------*/

.feature-box {
    text-align: center;
}

.feature-icon {
    margin-bottom: 40px;
}

.feature-content {}

.feature-title {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: 600;
}

.feature-box-1 {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.feature-block {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding-bottom: 29px;
}

.feature-icon-1 {
    float: left;
    margin-right: 25px;
}


/*--------------------------------
 4.6 Bullet 
----------------------------------*/

.bullet {
    position: relative;
    padding-left: 25px;
    line-height: 28px;
}

.bullet-check-circle li:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #fff;
    content: "\f05d";
}

.bullet-check-circle-default li:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #3154ac;
    content: "\f05d";
}

.bullet-circle-right li:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #fc332f;
    content: "\f138";
}


/*--------------------------------
 4.7 Call to actions 
----------------------------------*/

.cta {
    background-color: #264594;
}

.cta-title {
    color: #fff;
    margin-bottom: 30px;
}

.cta-icon {
    font-size: 100px;
    color: #fff;
}

.cta-text {}

.cta-ctn {}

.cta-img {}

.cta-bg {}

.cta-form {
    background-color: #fff;
    padding: 30px;
}

.default-skin {}

.default-skin .ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff;
    color: #333333;
    padding: 12px;
}

.default-skin .ui-widget.ui-widget-content {
    border: 1px solid #e5e5e5;
}

.default-skin .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background-color: #3154ac;
    border: transparent;
    color: #fff;
}

.default-skin .ui-state-highlight,
.default-skin.ui-widget-content .ui-state-highlight,
.default-skin.ui-widget-header .ui-state-highlight {
    border: 1px solid #fc332f !important;
    background: #fc332f!important;
    color: #fff!important;
}

.default-skin .ui-state-default {
    background-color: red;
}

.cta-location {}

.cta-download {}

.location-icon {}

.cta-location-title {
    font-size: 30px;
    color: #3f3f3f;
    margin-bottom: 40px;
}

.location-icon,
.download-icon {
    float: left;
    margin-right: 30px;
}

.location-link {
    padding-left: 100px;
}

.location-link .btn-link {}

.app-action {
    padding-left: 100px;
}

.app-action a {
    display: inline-block;
    margin-bottom: 20px;
}

.app-btn {
    width: 150px;
    margin-right: 20px;
}


/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

.imghover::before,
.imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.imghover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imghover::after {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 36px;
}

.imghover:hover::before,
.imghover:hover::after {
    opacity: 1;
}

.imghover:hover::before {
    background: rgba(39, 36, 36, .55);
}

.imghover:hover::after {
    color: #FFFFFF;
}


/*--------------------------------
 4.9 Icon 
----------------------------------*/

.icon {}

.icon-1x {
    font-size: 19px;
}

.icon-2x {
    font-size: 30px;
}

.icon-3x {
    font-size: 40px;
}

.icon-4x {
    font-size: 42px;
}

.icon-default {
    color: #00a550 !important;
}

.icon-primary {
    color: #d5d5d5;
}

.icon-secondary {
    color: #;
}

.icon-svg {}

.icon-svg-1x {
    width: 70px;
}

.icon-svg-2x {
    font-size: 30px;
}

.icon-svg-3x {
    font-size: 40px;
}

.icon-svg-4x {
    font-size: 42px;
}

.icon-default {
    color: #3154ac;
}

.icon-primary {
    color: #d5d5d5;
}

.icon-secondary {
    color: #;
}


/*--------------------------------
 4.10 Pagination 
----------------------------------*/

.st-pagination {
    text-align: center;
    margin-top: 30px;
}

.st-pagination .pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-color: #afb0b3;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 9px 13px;
    background-color: #afb0b3;
    border-radius: 4px;
}

.st-pagination .pagination>li>a:focus,
.st-pagination .pagination>li>a:hover,
.st-pagination .pagination>li>a:active,
.st-pagination .pagination>li>span:focus,
.st-pagination .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #3154ac;
    border-color: #3154ac;
}

.st-pagination .pagination>li:first-child>a,
.st-pagination .pagination>li:first-child>span {
    margin-left: 0;
}

.st-pagination .pagination>li:last-child>a,
.st-pagination .pagination>li:last-child>span {}

.st-pagination .pagination>.active>a,
.st-pagination .pagination>.active>a:focus,
.st-pagination .pagination>.active>a:hover,
.st-pagination .pagination>.active>span,
.st-pagination .pagination>.active>span:focus,
.st-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3154ac;
    border-color: #3154ac;
}


/*--------------------------------
  4.11 Hero Static Home Page (New Update 26 March 2017)
----------------------------------*/

.hero-static-img {
    position: relative;
    background: linear-gradient(rgba(23, 27, 35, 0.4), rgba(23, 27, 35, 0.4)), rgba(23, 27, 35, 0.4) url(../images/hero-static.jpg) no-repeat center;
    background-size: cover;
    margin: 0;
    padding: 80px 0px;
    margin-bottom: 100px;
}

.hero-caption {
    padding-top: 60px;
    padding-bottom: 10px;
}

.hero-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-text {}

.hero-title,
.hero-text {
    color: #fff;
}

.hero-static-img .cta-form {
    position: absolute;
    -webkit-box-shadow: 2px 9px 19px -4px rgba(209, 209, 209, 1);
    -moz-box-shadow: 2px 9px 19px -4px rgba(209, 209, 209, 1);
    box-shadow: 2px 9px 19px -4px rgba(209, 209, 209, 1);
}


/*--------------------------------
 5 Header / Navigations 
----------------------------------*/


/*--------------------
     5.1 Header Regular 
    ----------------------*/

.search {
    position: absolute;
    right: 20px;
    top: 15px;
}

.search a {
    color: #3f3f3f;
}

.header-wrapper {}

.header-transparent {
    background: rgba(245, 245, 245, .0);
}

.header-collapse {
    background-color: #3154ac;
}

.header-transparent #navigation li a {
    color: #fff;
}

.header-transparent #navigation ul ul li a {
    color: #3f3f3f;
}

.header-transparent .header {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header {
    border-bottom: 1px solid #00a550;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 1;
}

.call-block {}

.call-info,
.time-info {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    padding-top: 10px;
}

.call-icon,
.time-icon {
    font-size: 40px;
    font-weight: 500;
    float: left;
}

.info-text {
    font-size: 16px;
    color: #b0b0b0;
    text-align: center;
}

.call-no,
.time {
    font-size: 16px;
    line-height: 22px;
    color: #3f3f3f;
}

.time-block {}

.time-icon {
    padding-right: 15px;
}

.time-info {}

.time {}

.header-cta {
    text-align: right;
}


/*--------------------------
     5.2 Navigations Regular
    ----------------------------*/

.logo {
    padding-top: 5px;
}

.search-nav {
    padding-top: 10px;
}

.navigation {
    z-index: 99;
    position: relative;
}

.navigation-wrapper {}

.navigation-collapse {}

.is-sticky .header-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #dbdbdb;
}

#navigation {}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation:after,
#navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation {
    font-family: 'Exo', sans-serif;
    background: transparent;
}

#navigation>ul>li {
    float: left;
}

#navigation.align-center>ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center>ul>li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: center;
}

#navigation.align-right>ul>li {
    float: right;
}

#navigation>ul>li>a {
    padding: 15px 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#navigation>ul>li:hover>a {
    color: #fc332f;
    background-color: #b7fcd8;
}

#navigation>ul>li>a.active {
    border-bottom: 2px solid #fc332f;
}

#navigation>ul>li.has-sub>a {
    padding-right: 20px;
}


/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px;
  height: 2px; display: block; background: #dddddd; content: '';}*/

#navigation>ul>li.has-sub>a:before {
    position: absolute;
    right: 6px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/

#navigation ul ul {
    position: absolute;
    left: -9999px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover>ul {
    left: auto;
    z-index:99;
}

#navigation.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#navigation li:hover>ul>li {
    height: 41px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navigation ul ul li a {
    padding: 14px 14px;
    width: 200px;
    font-size: 12px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 700;
    background: #b7fcd8;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
}

#navigation ul ul li:last-child>a,
#navigation ul ul li.last-item>a {
    border-bottom: 0;
}

#navigation ul ul li:hover>a,
#navigation ul ul li a:hover {
    color: #fc332f;
}

#navigation ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #5c6b88;
    content: '';
}

#navigation.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#navigation ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #5c6b88;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#navigation ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#navigation.small-screen {
    width: 100%;
    background-color: #fff;
}

#navigation.small-screen ul {
    width: 100%;
    display: none;
}

#navigation.small-screen.align-center>ul {
    text-align: left;
}

#navigation.small-screen ul li {
    width: 100%;
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover>ul>li {
    height: auto;
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px;
    border-top: 0px solid transparent;
    color: #3f3f3f;
}

#navigation.small-screen>ul>li {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #3f3f3f;
    background: none;
}

#navigation.small-screen ul ul li:hover>a,
#navigation.small-screen ul ul li.active>a {
    color: #fc332f;
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#navigation.small-screen>ul>li.has-sub>a:after,
#navigation.small-screen>ul>li.has-sub>a:before,
#navigation.small-screen ul ul>li.has-sub>a:after,
#navigation.small-screen ul ul>li.has-sub>a:before {
    display: none;
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #3f3f3f;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fc332f;
    border-bottom: 2px solid #fc332f;
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fc332f;
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fc332f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #fc332f;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #eee;
    height: 52px;
    width: 50px;
    cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {
    background: #fc332f;
}

#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #ffffff;
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#navigation.small-screen.select-list {
    padding: 5px;
}


/*--------------------------
     Index-2
    ----------------------------*/


/*--------------------------
     5.3 Page Header
    ----------------------------*/

.page-header {
    background: linear-gradient(rgba(23, 27, 35, 0.5), rgba(23, 27, 35, 0.5)), rgba(23, 27, 35, 0.5) url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    margin: 0;
}

.page-header-econtent{
    background: linear-gradient(rgba(23, 27, 35, 0.5), rgba(23, 27, 35, 0.5)), rgba(23, 27, 35, 0.5) url(../images/econtent_bg1.jpg) no-repeat center;
    background-size: cover;
    margin: 0;
}

.page-header-economics{
    background: linear-gradient(rgba(23, 27, 35, 0.5), rgba(23, 27, 35, 0.5)), rgba(23, 27, 35, 0.5) url(../images/economics_bg.jpg) no-repeat center;
    background-size: cover;
    margin: 0;
}

.prof_name
{
    font-family: Georgia;
    color: red;
    text-transform: capitalize;
    font-size: 20px;
}
.e_content_color
{
    color: #0000ff;
    font-family: Lucida Sans Unicode;
    font-size: 14px;

}
.page-section {
    padding: 70px 0px 70px 0px;
}

.page-caption {
    background-color: #00A550;
    width: 100%;
    border-radius: 5px;
    padding: 40px;
    text-align: right;
}

.page-caption-syl-tt {
    background-color: #FFBF00;
    width: 100%;
    border-radius: 5px;
    padding: 40px;
    text-align: right;
}

.page-caption-sr {
    background-color: #FF0000;
    width: 100%;
    border-radius: 5px;
    padding: 40px;
    text-align: right;
}

.page-caption-econtent {
    background-color: #37D2FF;
    width: 100%;
    border-radius: 5px;
    padding: 40px;
    text-align: right;
}



.page-title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.page-title-text {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 36px;
    margin-bottom: 10px;
    
}


.page-breadcrumb {
    font-family: 'Exo', sans-serif;
}

.page-breadcrumb .breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 700;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: transparent;
}

.page-breadcrumb .breadcrumb>li a {
    color: #000;
}

.page-breadcrumb .breadcrumb>li a:hover {
    color: #fff;
}

.page-breadcrumb .breadcrumb>.active {
    color: #fff;
}

.page-breadcrumb .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "|";
}


/*-----------------------------------
     6. Slider 
-------------------------------------*/

.slider {}

.slider-captions {
    background-color: #3154ac;
    position: absolute;
    bottom: 70px;
    width: 100%;
    border-radius: 5px;
    padding: 30px;
}

.slider-title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.slider-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.slider-img {
    background: -moz-linear-gradient(top, rgba(23, 27, 35, 0.5) 0%, rgba(23, 27, 35, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 27, 35, 0.5) 0%, rgba(23, 27, 35, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(23, 27, 35, 0.5) 0%, rgba(23, 27, 35, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
    position: relative;
}

.slider-img img {
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    height: auto;
}

#slider {
    position: relative;
}

#slider .owl-buttons {}

#slider .owl-buttons div {
    background-color: #3154ac;
    border-radius: 4px;
}

#slider .owl-buttons div:hover {
    background-color: #fc332f;
    color: #fff;
}

#slider .owl-prev,
#slider .owl-next {
    font-size: 22px;
    line-height: 1.3
}

#slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 20px;
}

#slider .owl-next {
    position: absolute;
    top: 45%;
    right: 20px;
}

#slider .owl-pagination {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#slider .owl-controls .owl-page span {
    background-color: #fff;
    border-color: #fff;
    width: 10px;
    height: 10px;
}

#slider .owl-pagination .owl-page.active span {
    background-color: #fc332f;
}

#slider .owl-controls {
    margin-top: 0px;
}


/*-----------------------------------
7. Content 
-------------------------------------*/

.content {}

.content-area {}

.sidebar-area {}


/*-----------------------------------
8. Footer
-------------------------------------*/

.footer {
    background-color: #272727;
    padding-top: 40px;
    color: #929292;
}

.footer-widget hr {
    margin-bottom: 20px;
    margin-top: 19px;
    border-bottom: 1px solid #414141;
}

.footer-title {
    margin-bottom: 20px;
    color: #d5d5d5;
    text-transform: capitalize;
}

.footer-widget {}

.footer-widget ul {}

.footer-widget li {
    margin-bottom: 10px;
}

.footer-widget li i {
    color: #3fc535;
    padding-right: 10px;
    padding-bottom: 5px;
}

.footer-widget li a {
    font-size: 16px;
    color: #929292;
}

.footer-widget li a:hover {
    color: #fc332f;
}

.footer-widget p {}

.footer-social {}

.footer-social a {}

.footer-social a i {
    padding-right: 10px;
}

.footer-social a:hover {
    color: #fc332f;
}

.footer-widget .form-control {
    height: 50px;
    color: #7e7e7e;
    background-color: #535353