/*
***************************************************************
***************************************************************

Template Name  : INSPIRE | One Page Multipurpose Template
Author         : Golam
Author URI     : http://golamnabi.com
File           : Style.css


@NOTE: This file contains the stylesheet for this template.
you may need to edit this file to change your contents style.
This file contents are outlined below

***************************************************************
***************************************************************

========== INDEX PAGE CSS ==========
------------------------------------

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -  3. Header Area Css
*** -  4. WellCome Area Css
*** -  5. About Us Area Css
*** -  6. Why Choose us Area Css
*** -  7. CTA Area Css
*** -  8. Service Area Css
*** -  9. Team Area Css
*** - 10. Video Area Css 
*** - 11. Work Area Css
*** - 12. Testimonial Area Css
*** - 13. Pricing Area Css
*** - 14. Project Complete Area Css
*** - 15. Blog Area Css
*** - 16. Map Area Css
*** - 17. Brand Area Css
*** - 18. Footer Area Css
*** - 19. Template Hover Css
*** - 20. Template Transition Css



========== BLOG PAGE CSS ===========
------------------------------------
*** -  1. Blog Header Area Css
*** -  2. BreadCrumb Area Css
*** -  3. Blog Content Area Css
*** -  4. Sidebar Area Css



========== BLOG SINGLE PAGE CSS ===========
-------------------------------------------
*** -  1. Blog Single Content Area Css
*** -  2. Comment Area Css



========== INDEX YOUTUBE PAGE CSS ===========
---------------------------------------------
*** -  1. YouTube Video Area Css
*** -  1. Video Video Area Css



========== INDEX SLIDER PAGE CSS ============
---------------------------------------------
*** -  1. Slider Area Css


*/


/*
=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/


/**
*   GOOGLE FONTS
*   =============================
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700i|Lato:400,700');
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #222;
    line-height: 1.5em;
}

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

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: inherit;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}

.navbar {
    margin: 0;
    border: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    letter-spacing: .5px;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 17px;
    color: #302E2E;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 28px;
    color: #444;
}

img {
    max-width: 100%;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #2ECC71;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

.section-padding {
    padding: 18px 0;
}

.section-heading {
    margin-bottom: 5px;
}




.section-heading h1 {
    color: #302E2E;
    margin-bottom: 3px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.section-heading h1:before,
.section-heading h1:after {
    position: absolute;
    content: "";
}

.section-heading h1:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ddd;
}

.section-heading h1:after {
    width: 90px;
    height: 3px;
    right: 50%;
    bottom: -1px;
    margin-right: -45px;
    background-color: #A11206;
}











.section-heading h3 {
    color: #302E2E;
    margin-bottom: 3px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.section-heading h3:before,
.section-heading h3:after {
    position: absolute;
    content: "";
}

.section-heading h3:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ddd;
}

.section-heading h3:after {
    width: 90px;
    height: 3px;
    right: 50%;
    bottom: -1px;
    margin-right: -45px;
    background-color: #A11206;
}

.section-heading p {
    padding: 0 200px;
}

.noPadding {
    padding: 0;
}


/*========== Preloader Css ==============
========================================*/

.preloader-area {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.shadow-bounce-1,
.shadow-bounce-2{
    width: 50px;
    height: 50px;
    background-color: #A11206;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    opacity: .7;
    animation: bounce 2s infinite ease-in-out;
}

.shadow-bounce-2{
    animation-delay: -1s;
}


@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/

.video-bg {
    background-image: url(../images/video-bg.jpg);
}

.slide-bg-1 {
    background-image: url(../images/slide-bg-1.jpg);
}

.slide-bg-2 {
    background-image: url(../images/slide-bg-2.jpg);
}

.slide-bg-3 {
    background-image: url(../images/slide-bg-3.jpg);
}

.testimonial-area {
    background-image: url('../images/testimonial-bg.jpg')
}

.project-complete-area {
    background-image: url('../images/counter-bg.jpg');
}

.breadcrumb-area {
    background-image: url('../images/counter-bg.jpg');
}

.single-slide-item,
.wellcome-item,
.video-bg,
.testimonial-area,
.project-complete-area,
.breadcrumb-area {
    background-color: rgba(0, 0, 0, .80);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.slide-bg-1,
.slide-bg-2,
.slide-bg-3 {
    background-repeat: no-repeat;
}

.testimonial-area,
.breadcrumb-area {
    background-attachment: fixed;
}


/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.logo-mainmenu-area {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background-color: #ffffff;
}

.sticky {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


/**
*    Header Top Area Css
*    ======================
*/

.header-top-area {
    background-color: #222222;
}

header.header-area {
    padding: 0;
}

.header-top-text span,
.header-top-text span a {
    color: #f2f2f2;
}

.header-top-text span i {
    color: #2ecc71;
    margin-right: 5px;
}

.header-top-text span {
    margin-right: 20px;
    font-size: 14px;
}

.header-top-area {
    padding: 1px 0;
}

.sticky {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding: 1px 0;
    overflow: hidden;
    width: 100%;
}

.logo a {
    color: #f1c40f;
    margin: 10px 0;
}

.logo img {
    width: 100%;
}

.main-menu .navbar-nav li {
    display: inline-block;
}

.main-menu .navbar-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 15px;
    color: #222;
    font-weight: 700;
    display: block;
}

.main-menu .navbar-nav li a:before {
    background-color: #2ecc71;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    visibility: hidden;
}

.sticky .main-menu .navbar-nav li a:before {
    top: -1px;
}

.footer-area .social-links {
    padding: 19px 0;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: block;
    height: 100%;
    color: #2ecc71;
    margin-right: 5px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.request_quote{
	display:none;
}

/*
=========----------------------------------=========
            4.WellCome Area Css     
=========----------------------------------=========
*/

.wellcome-area,
.single-slide-item,
.youtube-video-area {
    position: relative;
}

.wellcome-area:before,
.single-slide-item:before {}

.wellcome-item,
.video-content-wrap,
.single-slide-item {
    height: 450px;
    position: relative;
}

.wellcome-item:before,
.video-content-wrap:before,
.single-slide-item:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wellcome-item-table,
.slider-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.wellcome-item-tablecell,
.slider-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.wellcome-item h3,
.single-slide-item h3 {
    margin-top: 0;
    text-transform: capitalize;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.wellcome-item h2,
.single-slide-item h2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.wellcome-item p,
.single-slide-item p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.wellcome-item a.slide-btn,
.single-slide-item a.slide-btn {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.separator {
    margin: 0 15px;
}

span,
.separator {
    color: #2ecc71;
}

.wellcome-item p,
.single-slide-item p {
    color: #fff;
    margin-top: 1px;
}

.inspire-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #A11206;
    color: #fff;
    margin: 0 10px 10px 0;
    background-color: #A11206;
}

.slide-btn {
    margin-top: 25px;
}

.slide-btn:nth-child(2n) {
    background-color: transparent;
    border: 2px solid #fff;
}

.slide-btn:nth-child(2n):hover {
    background-color: #A11206;
    border: 2px solid transparent;
    color: #fff;
}


/*
=========----------------------------------=========
            5.About Us Area Css     
=========----------------------------------=========
*/

.about-us-area {
    padding: 10px 0 10px;
}

.video-bg {
    position: relative;
}

.video-bg:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .80);
    width: 100%;
    height: 100%;
}

.about-intro {
    padding-left: 55px;
}

.about-intro h3 {
    color: #302E2E;
}

.about-intro p {
    color: #444;
    margin: 10px 0;
}

.about-intro .about-btn:hover {
    background-color: transparent;
    border: 2px solid #A11206;
    color: #A11206;
}

/*
=========----------------------------------=========
            6.Why Choose Us Area Css    
=========----------------------------------=========
*/

.why-choose-us-intro,
.why-choose-us-img,
.testimonial-intro {
    margin-top: 15px;
}

.why-choose-us-intro {
    padding-top: 25px;
}

#accordion {
    padding: 0 26px 0 0;
}

.panel-default>.panel-heading {
    color: #01519A;
    border: 1px solid #ddd;
    padding: 15px 5px;
}

.panel-body {
    padding: 20px 40px;
    color: #777;
}

.panel.panel-default {
    position: relative;
    border: none;
}

.panel-group .panel-default .panel-collapse>.panel-body {
    border-top: none;
    position: relative;
}

.panel-body:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 80px;
    background-color: #01519A99;
    top: 50%;
    left: 20px;
    margin-top: -40px;
}

h4.panel-title {
    font-size: 14px;
    padding-left: 45px;
}

.panel-heading a i {
    color: #01519A;
    font-size: 24px;
    margin-right: 5px;
    position: absolute;
    width: 50px;
    height: 52px;
    /* background-color: #F1C40F; */
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}


/*
=========----------------------------------=========
            7.CTA Area Css     
=========----------------------------------=========
*/

.cta-area {
    background-color: #222222;
    color: #fff;
    padding: 50px 0;
}

.cta-area h3 {
    color: #fff;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}


/*
=========----------------------------------=========
            8.Service Area Css     
=========----------------------------------=========
*/

.services-area {
    background-color: #f2f2f2;
}

.single-service-item i {
    font-size: 50px;
    color: #A11206;
}

.single-service-item h4 {
    position: relative;
    margin: 0;
    color: #302E2E;
}

.single-service-item h4:before {
    position: absolute;
    content: "";
    background-color: #A11206;
    width: 110px;
    height: 2px;
    bottom: -10px;
    left: 50%;
    margin-left: -55px;
}

.single-service-item {
    margin-top: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    padding: 30px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-service-item:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    padding: 30px 20px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-icon {
    margin-bottom: -10px;
}

.single-service-item p {
    margin-top: 25px;
}


/*
=========----------------------------------=========
            9.Team Area Css     
=========----------------------------------=========
*/

.single-team {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.single-team:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.single-team:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
}

.single-team:hover:before,
.single-team:hover .team-social-links,
.single-team:hover .team-details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.team-details h5 {
    color: #222;
    margin: 0;
    letter-spacing: 1px;
}

.team-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
}

.single-team:hover .team-details {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-social-links {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 11;
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.single-team:hover .team-social-links {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.team-social-links a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 5px;
}

.team-social-links a:hover {
    background-color: #2ecc71;
    border: 1px solid #2ecc71;
}

.team-details h5 span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}


/*
=========----------------------------------=========
            10.Video Area Css    
=========----------------------------------=========
*/

.video-bg {
    background-attachment: fixed;
}

.video-area,
.video-area h2 {
    position: relative;
    color: #E2B80E;
}

.video-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .80);
}

.video-area h2 {
    color: #fff;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.video-area p {
    color: #fff;
    margin-top: 15px;
}

.video-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
    margin: 20px 0 10px;
    background-color: #2ecc71;
}

.video-icon i {
    margin-left: 10px;
}

.video-area h6 {
    color: #2ecc71;
    text-transform: capitalize;
    display: block;
}


/*
=========----------------------------------=========
            11.Work Area Css    
=========----------------------------------=========
*/

.single-work-item,
.work-img {
    overflow: hidden;
    position: relative;
}

.work-filter {
    margin: 30px 0;
}

.work-filter li {
    display: inline-block;
    padding: 5px 12px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
}

.work-filter li:before {
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #222;
}

.work-filter li:last-child:before {
    width: 0;
    height: 0;
    background-color: inherit;
}

.work-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-work-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .80);
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.work-details {
    margin-top: 40px;
}

.work-desc {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    z-index: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    width: 100%;
    left: 0;
    text-align: center;
}

.work-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    z-index: 22;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    margin-top: -50px;
}

.single-work-item h5 {
    margin-bottom: 15px;
    font-size: 20px;
}

.single-work-item h5 span {
    display: block;
    font-size: 14px;
}

.work-link a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #000;
    font-size: 22px;
    margin-right: 2px;
}


/*
=========----------------------------------=========
            12.Testimonial Area Css    
=========----------------------------------=========
*/

.white-heading {
    margin-bottom: 5px;
    position: relative;
    z-index: 99;
}

.white-heading,
.white-heading h3,
.white-heading p,
.single-testimonial p {
    color: #fff;
}

.testimonial-area {
    background-color: #f2f2f2;
    position: relative;
}

.testimonial-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .50);
}

.testimonial-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #F1C40F;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.width-circle {
    border-radius: 50%;
}

.width-circle img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.single-testimonial p {
    margin: 30px 0;
}

.single-testimonial i {
    font-size: 34px;
    color: #fff;
}

ul.rating li {
    display: inline-block;
}

.single-testimonial h5 span {
    display: block;
    font-size: 12px;
}

.single-testimonial ul.rating li i {
    display: inline-block;
    font-size: 14px;
    color: #2ecc71;
}

.testimonial-intro .owl-controls {
    margin-top: 30px;
}

.testimonial-intro .owl-controls .owl-dots {
    text-align: center;
}

.testimonial-intro .owl-controls .owl-dots div {
    border: 1px solid #2ecc71;
    width: 30px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: none;
}

.testimonial-intro .owl-controls .owl-dots div.active {
    background-color: #2ecc71;
}


/*
=========----------------------------------=========
            13.Pricing Area Css     
=========----------------------------------=========
*/

.pricing-area {
    background-color: #f2f2f2;
}

.single-pricing-item {
    box-shadow: 0 5px 31px rgba(0, 0, 0, 0.2);
    padding: 45px 20px;
    margin-top: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-current.single-pricing-item,
.single-pricing-item:hover {
    box-shadow: 0 5px 31px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.pricing-header span {
    font-size: 42px;
    color: #302E2E;
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 700;
}

.pricing-header span.month {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.single-pricing-item h3 {
    margin: auto;
    text-transform: capitalize;
    color: #222;
    font-size: 26px;
    position: relative;
    margin: 20px 0;
}

.single-pricing-item h3:after {
    position: absolute;
}

.single-pricing-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
    z-index: -1;
}

.pricing-current.single-pricing-item h3:after,
.single-pricing-item:hover h3:after {
    background-color: #A11206;
}

ul.pricing-content {
    margin: 10px 0 20px 0;
    text-transform: capitalize;
    font-weight: 600;
}

ul.pricing-content li {
    padding: 6px 0;
}

.pricing-btn {
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    height: 45px;
    border: 1px solid #222;
    padding: 0 20px;
    border-radius: 3px;
    line-height: 42px;
    margin-bottom: 10px;
}

.pricing-btn:hover,
.pricing-current .pricing-btn,
.single-pricing-item:hover .pricing-btn {
    background-color: #A11206;
    color: #fff;
    border: 1px solid transparent;
}


/*
=========----------------------------------=========
            14.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background-color: #222222;
}

.project-complete-area {
    position: relative;
}

.project-complete-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .77);
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding: 25px;
    border: 1px solid #fff;
    text-align: center;
}

.project-icon,
.contact-icon {
    position: inherit;
    top: auto;
    left: auto;
    font-size: 35px;
    color: #A11206;
    overflow: hidden;
    margin-bottom: 5px;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #fff;
}

.single-project-item h2,
.single-contact-item h5,
.contact-form h5 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #A11206;
    bottom: 5px;
    left: 50%;
    margin-left: -41px;
}

.contact-form h5:before {
    left: 0;
}
/*
=========----------------------------------=========
            15.Blog Area Css     
=========----------------------------------=========
*/

.single-blog-item h6 {
    margin-top: 0;
    text-transform: capitalize;
}

.single-blog-item p,
.blog-btn {
    margin-top: 15px;
}

.blog-btn {
    text-transform: capitalize;
    color: #777;
    font-size: 13px;
    border: 1px solid #777;
    padding: 5px 10px;
}

.blog-btn i {
    margin-left: 2px;
    font-size: 12px;
}

.entry-meta {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    text-transform: capitalize;
}

.entry-meta span {
    color: #302E2E;
    display: inline-block;
    margin-right: 10px;
}

.entry-meta i {
    color: #A11206;
    margin-right: 2px;
}

.blog-btn:hover {
    background-color: #A11206;
    color: #fff;
    border: 1px solid transparent;
}


/*
=========----------------------------------=========
            16.Map Area Css     
=========----------------------------------=========
*/

#map {
    overflow: hidden;
    widows: 100%;
    height: 500px;
}



/*
=========----------------------------------=========
            17.Brand Area Css     
=========----------------------------------=========
*/

.brand-area {
    padding: 10px 0;
}

.brand-desc,
.single-blog-item,
#map {
    margin-top: 10px;
}

.single-brand-item {
    text-align: center;
    border: 1px solid #e1e0e0;
}

}


/*
=========----------------------------------=========
            18.Footer Area Css     
=========----------------------------------=========
*/

.contact-desc {
    border-bottom: 1px solid #777;
}

.contact-form {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    margin-top: 40px;
}

.single-contact-item {
    margin-bottom: 30px;
    padding: 15px;
}

.contact-icon {
    font-size: 20px;
    top: 5px;
}

.single-contact-item h5,
.contact-form h5 {
    font-size: 18px;
    letter-spacing: 0;
}

.single-contact-item h5,
.contact-form h5 {
    margin-top: 15px;
}

.single-contact-item h6 {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    border-radius: inherit;
    height: 47px;
    color: #777;
    border: 1px solid #777;
    background-color: #222222;
}

.contact-form textarea.form-control {
    height: 192px;
    resize: inherit;
}

.contact-form h5 {
    margin-bottom: 22px;
}

.contact-form .form-control:focus {
    border-color: #777;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

.copyright-text p {
    text-transform: capitalize;
}


/*======== Contact Success & Error Message Style =============
=============================================================*/

#successbar,
#errorbar {
    visibility: hidden;
    font-weight: 700;
    background-color: #F3D13D;
    color: #222222;
    text-align: center;
    padding: 16px;
    position: absolute;
    z-index: 9;
    left: 15px;
    bottom: 0;
    text-transform: capitalize;
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        bottom: -50px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*
=========----------------------------------=========
            19.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.sticky .logo img {
    width: 85%;
}

.main-menu .navbar-nav li a:hover {
    color: #2ecc71;
    background: inherit;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.social-links li a:hover {
    color: #fff;
}

.inspire-btn:hover,
.active-btn {
    background-color: #A11206;
    color: #fff;
    border: 1px solid #fff;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #A11206;
}

.single-work-item:hover:before,
.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}


/*
=========----------------------------------=========
            20.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.inspire-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


/*==================================================================
 ========== BLOG PAGE CSS ==========================================
 ===================================================================

=========----------------------------------=========
            1.Blog Header Area Css     
=========----------------------------------=========
*/

.blog .header-area {
    position: relative;
}

.blog .sticky {
    position: fixed;
}


/*
=========----------------------------------=========
            2.BreadCrumb Area Css     
=========----------------------------------=========
*/

.breadcrumb-area {
    background-color: #F0F0F0;
    padding: 50px 0;
    position: relative;
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}

.breadcrumb-heading h5 {
    display: block;
    color: #fff;
    letter-spacing: 0;
}

.breadcrumb-heading h5 a {
    color: #A11206;
}

.breadcrumb-heading h6 {
    margin: 0;
    color: #777;
    letter-spacing: 1px;
    font-weight: 400;
}

.breadcrumb-heading h5 a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/*
=========----------------------------------=========
            3. Blog Content Area Css     
=========----------------------------------=========
*/

.single-blog-content {
    margin-bottom: 55px;
    padding-right: 40px;
}

.single-blog-content a {
    width: 100%;
}

.single-blog-content a.blog-btn {
    width: auto;
}

.single-blog-content a img {
    width: 100%;
}

.single-blog-content .entry-meta {
    font-size: 16px;
}

.single-blog-content h3 {
    letter-spacing: 0;
    font-weight: 700;
    color: #302E2E;
    margin-bottom: 20px;
}

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

.blog-img a i {
    position: absolute;
    top: 30%;
    left: auto;
    font-size: 60px;
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-blog-content p {
    margin: 20px 0 30px;
}

.blog-quete-post p {
    margin: 0;
}

.blog-slider .owl-nav {
    margin-left: -20px;
    margin-bottom: 20px;
}

.blog-slider .owl-nav div {
    height: 40px;
    background-color: #2ecc71;
    border: 1px solid transparent;
    width: 40px;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    margin-top: 20px;
}

.blog-slider .owl-nav div:hover {
    background-color: transparent;
    border: 1px solid #2ecc71;
    color: #2ecc71;
}


/*========== Pagination Css ==========
=====================================*/

nav.pagination {
    margin-top: 40px;
    width: 100%;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    font-size: 22px;
    border: 1px solid #222;
    padding: 10px 15px;
    margin-right: 5px;
    color: #222;
    display: block;
    margin-bottom: 10px;
}

.pagination li a:hover,
.pagination li a.current {
    border: 1px solid transparent;
    background-color: #A11206;
    color: #222;
}

.pagination li a.current {
    cursor: inherit;
}


/*
=========----------------------------------=========
            4. Sidebar Area Css     
=========----------------------------------=========
*/

.widget {
    margin-bottom: 80px;
}

.widget h4,
.comment-area h4,
.comment-form h4 {
    margin: 25px 0 20px;
    color: #444;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
}

.widget h4:before,
.comment-area h4:before,
.comment-form h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #A11206;
    z-index: 1;
    content: "";
}

.search-form {
    position: relative;
}

.search-form .search {
    height: 47px;
    font-size: 18px;
    color: #777;
    padding-right: 60px;
    border-radius: inherit;
    border: 1px solid #ddd;
}

.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border: inherit;
    padding: 12px 15px;
    font-size: 20px;
    color: #fff;
    background-color: #A11206;
}

.cat-list li a {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0 8px 15px;
    display: block;
    border-bottom: 1px dotted #e7e7e7;
    position: relative;
}

.cat-list li a:before {
    position: absolute;
    content: '\f101';
    font-family: fontawesome;
    font-size: 18px;
    top: 8px;
    left: 0;
}

.cat-list li:hover a {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.cat-list li a:hover {
    color: #A11206;
}

.post-thumb {
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.post-thumb:last-child {
    border-bottom: none;
}

.post-thumb-img {
    width: 70px;
    height: 80px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.post-thumb .post-meta {
    overflow: hidden;
}

.post-thumb .post-meta h6 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 0 8px;
}

.post-thumb .post-meta h6 a {
    color: #222;
}

.post-thumb .post-meta p {
    font-size: 12px;
    line-height: 19px;
}

.tags li {
    display: inline-block;
}

.tags li a {
    display: block;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 1px solid #777;
    margin-top: 10px;
    margin-right: 5px;
    color: #777;
}

.tags li a:hover {
    background-color: #A11206;
    color: #000;
    border: 1px solid transparent;
}


/*==================================================================
 ========== BLOG SINGLE PAGE CSS ===================================
 ===================================================================

=========----------------------------------=========
            1.Blog Single Content Area Css     
=========----------------------------------=========
*/

.single-blog-content-list {
    margin-bottom: 35px;
}

.single-blog-content-list ul {
    list-style: inside;
}

.single-blog-content-list ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
}


/*
=========----------------------------------=========
            2. Comment Area Css     
=========----------------------------------=========
*/

.single-comment {
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

.comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 15px;
}

.comment-text {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.single-comment h6 {
    font-size: 16px;
    color: #444;
}

.single-comment span {
    display: block;
    color: #777;
    font-size: 10px;
    margin-top: 5px;
}

.comment-reply-btn {
    position: absolute;
    top: 15px;
    right: 0;
}

.single-comment.reply-comment {
    margin-left: 80px;
}

.reply-comment .comment-author-img {
    margin-left: 0;
}

*/========Comment Form Css=================================================*/ .blog-single-content-area .comment-form {
    margin-top: 60px;
    overflow: hidden;
}

.comment-form h4 {
    margin-left: 15px;
}

.comment-form .form-control {
    background-color: #fff;
}

button.comment-btn,
.comment-reply-btn {
    background-color: #A11206;
    border: 1px solid transparent;
    height: 40px;
    padding: 0 20px;
    border-radius: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    line-height: 38px;
}

button.comment-btn i {
    margin-right: 5px;
}

button.comment-btn:hover,
.comment-reply-btn:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    background-color: transparent;
    border: 1px solid #A11206;
    color: #A11206;
}


/*==================================================================
 ========== INDEX YOUTUBE PAGE CSS =================================
 ===================================================================

=========----------------------------------=========
            1.YouTube Video Area Css     
=========----------------------------------=========
*/

.youtube-video-area:before {
    z-index: 2;
}

.slide-content-wrap,
.youtube-item {
    position: relative;
    z-index: 3;
}


/*.youtube-item p {padding: 0 120px;}*/


/*==================================================================
 ========== INDEX SLIDER PAGE CSS ==================================
 ===================================================================

=========----------------------------------=========
            1. Slider Area Css     
=========----------------------------------=========


/**
 * Fade effect for carousel
 */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.slider-wrapper .carousel-indicators {
    bottom: 30px;
}

.slider-wrapper .carousel-indicators>li {
    width: 35px;
    height: 5px;
    margin: 3px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0;
}

.slider-wrapper .carousel-indicators>li.active {
    background-color: #A11206;
}

.slider-wrapper .slider-nav {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    background: #fff;
    color: #A11206;
    text-align: center;
    font-size: 35px;
    top: 50%;
    margin-top: -40px;
    z-index: 99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.slider-wrapper .slider-nav.left {
    left: 0;
}

.slider-wrapper .slider-nav.right {
    right: 0;
}

.slider-wrapper:hover .slider-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.slider-wrapper:hover .left {
    left: 35px;
}

.slider-wrapper:hover .right {
    right: 35px;
}

.slider-wrapper .slider-nav:hover {
    background-color: #A11206;
    color: #fff;
}







.process_area {
    background: url('../../assets/images/Student-Management.jpg') no-repeat center top;
    border-top: solid 1px #F4F4F4;
    height: 245px;
}
.main {
    width: 1000px;
    margin: 0 auto;
}
.process_box_alt {
    margin: 125px 0 0 50px !important;
}
.process_box {
    width: 200px;
    text-align: center;
    margin: 35px 0 0 35px;
    line-height: 20px;
    color: #333;
    text-align: center;
    float: left;
}
.process_box h5 {
    font-size: 18px;
    font-family: "Myriad Pro";
    text-transform: none;
    color: #A11206;
}
.process_box p {
    line-height: 18px;
    margin: 5px 0px;
    letter-spacing: 0.5px;
}