@charset "utf-8";

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

Project : Babsha - Business & Corporate One Page HTML5 Template
Author : irs_soft
Version : 1.0

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

/* CSS Document */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Included css Files
3. General css
    * Section Title css
    * Layer css
    * Button css
    * Pagination btn css
    * Scroll To Top css
    * Preloader css
4. Header css
    * Header Nav css
    * Header nav two
5. Main slider css



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

/* ========== Fonts ========== */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/* ========== Included css Files ========== */
@import "../css/font-awesome.min.css";
@import "../css/icofont.css";
@import "../css/animate.min.css";
@import "../css/animations.css";
@import "../css/owl.css";
@import "../css/isotop.css";
@import "../css/fancyBox.css";
@import "../css/YouTubePopUp.css";



/* ========== General css start========== */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 24px;
    background-color: #ffffff;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #595959;
    text-decoration: none;
}
a:hover,
a:focus {
    outline: none !important;
}
a img {
    border: none;
}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* Section Title css */
.irs-section-title {
    margin-bottom: 40px;
    text-align: center;
}
.irs-section-title-two {
    margin-bottom: 40px;
    text-align: left;
}
.irs-section-title h2 {
    font-size: 36px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.irs-section-title h2 span {
    color: #A0CE4E;
}
.irs-section-title-two h2 span {
    color: #A0CE4E;
}
.irs-title-bdr {
    width: 60px;
    height: 3px;
    background: #A0CE4E;
    margin: auto;
    margin-bottom: 10px;
}

.irs-section-title p {
    text-transform: uppercase;
}


/* Layer css */
.irs-layer-black {
    position: relative;
}
.irs-layer-black:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85);
}

.irs-layer-white {
    position: relative;
}
.irs-layer-white:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #ffffff !important;
}
::-moz-placeholder {
    color: #ffffff !important;
}
:-ms-input-placeholder {
    color: #ffffff !important;
}
:-moz-placeholder {
    color: #ffffff !important;
}
.mb-hun {
    margin-bottom: 100px !important;
}
/* Button css */
.irs-btn-1 {
    padding: 10px 30px;
    background: none;
    border-radius: 0;
    color: #A0CE4E;
    border: 1px solid #A0CE4E;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-btn-1:hover {
    color: #ffffff;
    background: #A0CE4E;
    border: 1px solid #A0CE4E;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Pagination btn css*/
.irs-pagination .pagination {
    margin-top: 30px;
    margin-bottom: 0;
}
.irs-pagination .pagination>li>a, .irs-pagination .pagination>li>span {
    margin-right: 5px;
    margin-left: 5px;
    color: #A0CE4E;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


/* Scroll To Top css */
#scrollUp {
    bottom: 10px;
    right: 10px;
    padding: 8px 10px;
    background-color: #A0CE4E;
}
#scrollUp:before {
    content: "\f102";
    font-family: FontAwesome;
    font-size: 26px;
    color: #ffffff;
    padding-top: 7px;
}

/* Preloader css */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}


/* ========== Header css Start ========== */
.irs-main-header {
    position: relative;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-brand img {
    width: 180px;
    height: auto;
}
.navbar-brand .main-logo-white {
    display: block;
}
.navbar-brand .main-logo-black {
    display: none;
}
.top-nav-collapse .navbar-brand .main-logo-white {
    display: none;
}
.top-nav-collapse .navbar-brand .main-logo-black {
    display: block;
}
.navbar-default {
    background: transparent;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #A0CE4E;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #A0CE4E;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #A0CE4E;
    background: transparent;
}
.top-nav-collapse.navbar-default .navbar-nav>.active>a,
.top-nav-collapse.navbar-default .navbar-nav>.active>a:focus,
.top-nav-collapse.navbar-default .navbar-nav>.active>a:hover {
    color: #A0CE4E;
}
.top-nav-collapse.navbar-default .navbar-nav>li>a {
    color: #333333;
    margin-top: 10px;
}
.top-nav-collapse.navbar-default .navbar-nav>li>a:hover {
    color: #A0CE4E;
}
.top-nav-collapse.navbar-default {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-nav-collapse.navbar-default .navbar-collapse, .top-nav-collapse.navbar-default .navbar-form {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




/* ========== Main slider css Start ========== */
.irs-main-slider {
    position: relative;
}
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
.hero span {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 12px;
}
.hero h1 strong {
    color: #A0CE4E;
    font-weight: normal;
}
.hero .irs-btn-1 {
    border-color: #ffffff;
    color: #ffffff;
    padding: 10px 40px;
}
.hero .irs-btn-1:hover {
    border-color: #A0CE4E;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    top: 45%;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    top: 50%;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
   background-image: url(../images/slider/1.jpg);
   position: relative;
}
.fade-carousel .slides .slide-2 {
   background-image: url(../images/slider/2.jpg);
   position: relative;
}
.fade-carousel .slides .slide-3 {
   background-image: url(../images/slider/3.jpg);
   position: relative;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before,
.fade-carousel .slides .slide-3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
.irs-main-slider .carousel-indicators li {
    width: 30px;
    height: 20px;
    background-color: #ffffff;
    border: none;
    margin: 0;
    border-radius: 0;
}
.irs-main-slider .carousel-indicators .active {
    background-color: #A0CE4E;
}
.irs-main-slider .fade-carousel .carousel-indicators > li {
    width: 30px;
    height: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.irs-main-slider .fade-carousel .carousel-indicators > li.active {
    background-color: #A0CE4E;
    border: none;
    margin: 0;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; line-height: 1.5em; }
}



/* ========== Welcome css Start ========== */
.irs-welcome-field {
    padding: 50px 0;
    background: #f5f5f5;
    text-align: center;
}
.irs-welocme-col {
    position: relative;
}
.irs-welcome-field h2 {
    font-size: 46px;
}
.irs-welcome-field h2 span {
    color: #A0CE4E;
    font-size: 65px;
}
.irs-welcome-field p {
    text-transform: uppercase;
    margin-bottom: 20px;
}



/* ========== About css Start ========== */
.irs-about-field {
    padding: 100px 0 70px;
    position: relative;
}
.irs-about-field .irs-about-col {
    margin-bottom: 30px;
    position: relative;
}
.irs-about-field .irs-about-col h1 span {
    color: #A0CE4E;
}
.irs-about-field .irs-about-col h5 {
    color: #999999;
    margin-bottom: 30px;
}
.irs-about-box {
    position: relative;
    padding-left: 80px;
}
.irs-about-box h4 {
    margin-bottom: 0;
}
.irs-about-box i {
    font-size: 30px;
    line-height: 62px;
    width: 62px;
    height: 62px;
    text-align: center;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-about-box:hover i {
    color: #ffffff;
    background: #A0CE4E;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.irs-about-on-col {
    position: absolute;
}

/* ========== Service css Start ========== */
.irs-video-field {
    padding: 100px 0;
    background: url(../images/bg/4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.irs-video-col {
    text-align: center;
}
.irs-video-col i {
    font-size: 80px;
    color: #A0CE4E;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}



/* ========== Service css Start ========== */
.irs-service-field {
    padding: 120px 0 90px;
}
.irs-service-col {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}
.irs-service-col i {
    position: absolute;
    left: 0;
    top: 0;
    color: #A0CE4E;
    font-size: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-service-col:hover i {
    color: #4c4c4c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-service-col h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-service-col p {
    margin-bottom: 20px;
}

/* Service care css */
.irs-care-field {
    padding: 100px 0 70px;
}
.irs-care-col {
    margin-bottom: 30px;
}
.irs-care-col h2 {
    font-size: 32px;
}
.irs-care-col h5 {
    font-size: 12px;
    color: #919191;
    margin-bottom: 20px;
}
.irs-service-tab {
    margin-top: 30px;
}
.irs-service-tab .nav-tabs {
    margin-bottom: 0;
}
.irs-service-tab .nav-tabs>li {
    margin-bottom: -1px;
}
.irs-service-tab .nav-tabs>li>a {
    border-radius: 0;
    text-transform: uppercase;
}
.irs-service-tab .tab-content {
    border: 1px solid #dddddd;
    border-top: none;
}
.irs-service-tab .tab-pane {
    padding: 20px;
}
.irs-care-col ul {
    margin-bottom: 30px;
}
.irs-care-col ul li {
    margin-bottom: 10px;
}
.irs-care-col ul li:last-child {
    margin-bottom: 0;
}
.irs-service-list ul li:before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #A0CE4E;
}
/*service-two start*/
.irs-service-two-col {
    margin-bottom: 30px;
    position: relative;
    background: #A0CE4E;
    padding: 50px 50px 50px 80px;
}
.irs-service-two-col i {
    position: absolute;
    left: 15px;
    top: 48px;
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-service-two-col p {
    font-style: italic;
}


/* ========== Team css Start ========== */
.irs-team-field {
    padding: 100px 0 10px;
}
.irs-team-field .irs-team-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-left: 5px solid #A0CE4E;
    border-top: 5px solid #A0CE4E;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-team-field .irs-team-item:hover {
    border-bottom: 5px solid #A0CE4E;
    border-right: 5px solid #A0CE4E;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-team-content {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-team-field .irs-team-item:hover .irs-team-content {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-team-content h4 a {
    color: #ffffff;
}
.irs-team-content p {
    color: #ffffff;
}
.irs-team-social {
    position: absolute;
    top: 0;
    right: 80%;
    opacity: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-team-social a i {
    color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
}
.irs-team-social a i:hover {
    color: #A0CE4E;
}
.irs-team-field .irs-team-item:hover .irs-team-social{
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*team-details*/
.team-details {
    padding: 100px 0px;
}
.team-details .team-details-col .counter {
    float: left;
    padding-right: 38px;
    margin: 25px 0;
    text-align: center;
}
.team-details .team-details-col .counter {
    float: left;
    padding-right: 38px;
    margin: 25px 0;
    text-align: center;
}
.counter .start-count {
    text-align: center;
    font-size: 45px;
    color: #F2F2F2;
    padding: 12px 0;
}
.team-details .team-details-col .counter .start-count {
    color: #A0CE4E;
}
.team-details .team-details-col .counter p {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.team-details-info.clearfix h2 {
    color: #A0CE4E;
}
.team-details .details-socila-icon {
    margin-bottom: 80px;
}
.team-details .details-socila-icon a {
    padding: 10px 15px 10px 15px;
    border: 1px solid #333;
    background-color: #A0CE4E;
    color: #ffffff;
}


/* ========== Subscribe css Start ========== */
.irs-subscribe-field {
    padding: 120px 0;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.irs-subscribe-col {
    text-align: center;
}
.irs-subscribe-col h3 {
    color: #ffffff;
    font-size: 36px;
}
.irs-subscribe-col h3 span {
    color: #A0CE4E;
}
.irs-subscribe-col p {
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.irs-subscribe-col .form-control {
    background: transparent;
    border-radius: 0;
    height: 45px;
    color: #ffffff;
}
.irs-subscribe-col .form-control:focus {
    box-shadow: none;
}
.irs-subscribe-col .btn {
    height: 45px;
    padding: 6px 20px;
    border-radius: 0;
    background-color: #A0CE4E;
}
.irs-subscribe-col .btn i {
    font-size: 20px;
    color: #ffffff;
}



/* ========== Pricing css Start ========== */
.irs-pricing-field {
    padding: 100px 0 70px;
}
.irs-pricing-col {
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #F5F5F5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-pricing-col:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-pricing-header {
    padding: 50px 20px;
    background: #F5F5F5;
    position: relative;
}
.irs-pricing-header h2 {
    margin-bottom: 0;
}
.irs-pricing-header h1 {
    color: #ffffff;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #A0CE4F;
}
.irs-recommended {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 100px solid #A0CE4F;
    border-bottom: 100px solid transparent;
}
.irs-recommended p {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    right: -105px;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.irs-table-content {
    padding: 30px 0;
}
.irs-table-content ul li {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
    text-transform: capitalize;
}
.irs-table-content ul li:first-child {
    padding-top: 0;
    margin-top: 0;
}
.irs-table-content ul li:last-child {
    margin-bottom: 0;
}
.irs-pricing-footer {
    padding-bottom: 30px;
}
.irs-pricing-footer h1 {
   font-size: 42px;
   margin-bottom: 20px;
}



/* ========== Counter css Start ========== */
.irs-counter-field {
    padding: 100px 0 50px;
    background: url(../images/bg/6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.irs-counter-col {
    margin-bottom: 50px;
    text-align: center;
}
.irs-counter-col i {
    font-size: 80px;
    color: #A0CE4E;
    font-weight: normal;
}
.irs-counter-col .irs-funfact {
    margin-top: 20px;
}
.irs-counter-col .irs-funfact .start-count {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 32px;
}
.irs-counter-col .irs-funfact span {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 24px;
    float: left;
}
.irs-counter-col .irs-funfact h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}



/* ========== Portfolio css Start ========== */
.irs-portfolio-isotope {
    padding: 120px 0 0;
}
.irs-portfolio-isotope ul {
    margin-bottom: 50px;
}
.irs-portfolio-isotope ul li a {
    color: #4c4c4c;
}
.irs-portfolio-isotope ul li a:hover {
    color: #A0CE4E;
}
.irs-portfolio-isotope ul li a.active {
    color: #A0CE4E;
}
.irs-img-hover {
    position: relative;
}
.irs-img-hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.isotope-item:hover .irs-img-hover:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-portfolio-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.isotope-item:hover .irs-portfolio-title {
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-portfolio-title h4 a {
    color: #ffffff;
    margin-bottom: 5px;
}
.irs-portfolio-title i {
    color: #A0CE4E;
    font-size: 24px;
}

.masonry-gallery.grid-four-item .isotope-item {
    width: 25%;
}
.irs-padless {
    padding: 0;
}

/* Portfolio Col Three css start */
.irs-portfolio-inner {
    padding-bottom: 100px;
}
.masonry-gallery.grid-three-item .isotope-item {
    width: 33.333333%;
}
/* Portfolio title css start */
.irs-portfolio-title-field .masonry-gallery.grid-three-item .isotope-item {
    margin: 0 15px 30px;
    width: 30%;
}
.irs-portfolio-headline {
    position: relative;
    padding: 20px 15px;
    background: #111111;
    text-align: center;
}
.irs-portfolio-headline h3 {
    margin-bottom: 0;
}
.irs-portfolio-headline h3 a {
    color: #A0CE4E;
}
.irs-portfolio-title-field .irs-portfolio-title {
    margin-top: -10px;
}

/* Portfolio Details */
.irs-portfolio-details {
    padding: 100px 0 70px;
}
.irs-portfolio-details-col {
    margin-bottom: 30px;
}
.irs-deatils-box {
    padding: 30px 20px;
    margin-top: 20px;
    border: 1px solid #c3c3c3;
}
.irs-deatils-box ul li {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
/* portfolio-details */
.portfolio-details {
    padding: 100px 0;
}
.portfolio-details-info h4 {
    margin: 20px 0 10px;
    color: #A0CE4E;

}
.panel-title {
    font-weight: normal;
    padding: 10px 0;
}
.portfolio-details-info span {
    color: #A0CE4E;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: inherit;
    color: #A0CE4E;
}
.faq-section {
    padding: 100px 0;
}
.faq-col {
    padding: 0 0 100px;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #A0CE4E;
}
/*account*/
.account-sec {
    padding: 100px 0;
}
.account-sec .nav-tabs, .account-sec .nav-pills {
    text-align: center;
    border-bottom: none;
}
.account-sec .nav-tabs > li, .account-sec .nav-pills > li {
    float: left;
    display: inline-block;
    zoom: 1;
}
.account-sec .tab-content {
    padding: 30px;
    background: #F2F2F2;
}
.account-sec .tab-content .form-control {
    height: 45px;
}
.form-control {
    resize: none;
    height: 40px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.account-sec .checkbox p a {
    color: #8DCE4E;
}
.account-sec .nav-tabs > li.active > a, .account-sec .nav-tabs > li.active > a:focus, .account-sec .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background: #7BCB4E;
    border: none;
}
.account-sec .nav-tabs > li > a {
    border-radius: 0;
    padding: 10px 50px;
    font-size: 18px;
    background: #111111;
    color: #ffffff;
    border: none;
    margin: 0;
}
.hvr-bounce-to-right {
    font-size: 14px;
    background: #7BCB4E;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 12px 22px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
    color: #676767 !important;
}
::-moz-placeholder {
    color: #676767 !important;
}
:-ms-input-placeholder {
    color: #676767 !important;
}
input:-moz-placeholder {
    color: #676767 !important;
}



/* ========== Testimonial css Start ========== */
.irs-testimonial-field {
    padding: 100px 0 90px;
    background: url(../images/bg/3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.irs-test-item {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 30px;
}
.irs-test-item img {
    width: 70px !important;
    height: 70px;
    margin-bottom: 20px;
}
.irs-test-item h4 {
    color: #ffffff;
}
.irs-test-item h4 span {
    color: #A0CE4E;
    font-size: 10px;
    letter-spacing: 1px;
}
.irs-test-item  p {
    color: #ffffff;
}
.irs-test-item i {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 80px;
    color: #A0CE4E;
    opacity: 0.3;
}
.irs-testimonial-col .owl-theme .owl-nav {
    margin-top: 30px;
}
.irs-testimonial-col .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: #A0CE4E;
}
.irs-testimonial-col .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}


/* ========== Blog css Start ========== */
.irs-blog-field {
    padding: 100px 0 70px;
}
.irs-blog-col {
    margin-bottom: 30px;
}
.irs-blog-img {
    overflow: hidden;
}
.irs-blog-img img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-blog-col:hover .irs-blog-img img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-blog-col .irs-blog-content {
    background: #F5F5F5;
    padding: 30px 20px;
}
.irs-blog-col .irs-blog-content p {
    margin-bottom: 20px;
}
.irs-blog-field .irs-info-text {
    padding: 5px 20px;
    background: #A0CE4E;
}
.irs-blog-field .irs-info-text ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.irs-blog-field .irs-info-text ul li p i {
    color: #ffffff;
}
.irs-blog-field .irs-info-text ul li p a {
    color: #ffffff;
}
.irs-blog-col .irs-blog-content h4 a {
    font-size: 18px;
}

/* Side bar css start */
.irs-side-bar {
    margin-bottom: 30px;
}
.irs-search-box {
    margin-bottom: 50px;
}
.irs-sidebar-title {
    font-size: 18px;
    color: #A0CE4E;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(193, 193, 193, 0.5);
    display: block;
}
.irs-search-box .form-control {
    height: 45px;
    border-radius: 0;
    box-shadow: none;
}
.irs-search-box .form-control:focus {
    border-color: #A0CE4E;
}
.irs-search-box  .btn {
    height: 45px;
    border: 1px solid #A0CE4E;
    border-radius: 0;
    padding: 8px 20px;
    color: #ffffff;
    background: #A0CE4E;
}
.irs-post {
    margin-bottom: 50px;
}
.irs-post .irs-post-item {
    position: relative;
    padding-left: 85px;
    margin-bottom: 30px;
}
.irs-post .irs-post-item img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.irs-post. irs-post-item h4 {
    text-transform: initial;
    padding-top: 10px;
}
.irs-post .irs-post-item span {
    color: #A0CE4E;
    font-size: 14px;
    text-transform: uppercase;
}
.irs-categories {
    margin-bottom: 50px;
}
.irs-categories ul li {
    margin-bottom: 15px;
}
.irs-categories ul li a {
    text-transform: capitalize;
}
.irs-categories ul li a:hover {
    color: #A0CE4E;
}
.irs-categories ul li i {
    margin-right: 10px;
}
.irs-video {
    margin-bottom: 50px;
}
.irs-tag-box ul li {
    float: left;
    margin-bottom: 25px;
    margin-right: 10px;
}
.irs-tag-box ul li a {
    padding: 10px 14px;
    border: 1px solid #C1C1C1;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-tag-box ul li a:hover {
    background: #A0CE4E;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-instagram-box ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.irs-instagram-box ul li img {
    width: 80px;
    height: 80px;
}


/* Blog Single css start */
.irs-blog-single-field {

}
.irs-blog-single-field .irs-blog-col .irs-blog-content {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.irs-blog-single-field .irs-blog-col .irs-blog-content h6 {
    padding: 50px;
    background: #F7F7F7;
    font-size: 16px;
    line-height: 26px;
    border-left: 2px solid #A0CE4E;
    margin-bottom: 50px;
    margin-top: 50px;
}
.irs-single-comment {
    margin-top: 50px;
}
.irs-single-comment h4 {
    margin-bottom: 30px;
}
.irs-comment-item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 100px;
}
.irs-comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.irs-comment-item h3 span a {
    font-size: 12px;
    color: #A0CE4E;
}
.irs-comment-right {
    margin-left: 50px;
}
.irs-comment-form {
    margin-bottom: 30px;
}
.irs-comment-form .form-control {
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    resize: none;
}
.irs-textarea {
    height: 100% !important;
    resize: none;
}
.irs-comment-form .form-control:focus {
    border-color: #000;
}
/* Blog grid css start */
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 1px solid #a0ce4e;
  color: #a0ce4e;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
}



/* ========== Client css Start ========== */
.irs-client-field {
    padding: 50px 0;
    background: #F5F5F5;
}



/* ========== Pricing css Start ========== */
.irs-pricing-field {
    padding: 100px 0 70px;
}
.irs-pricing-col {
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #F5F5F5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-pricing-col:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.irs-pricing-header {
    padding: 50px 20px;
    background: #F5F5F5;
    position: relative;
}
.irs-pricing-header h2 {
    margin-bottom: 0;
}
.irs-recommended {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 100px solid #A0CE4E;
    border-bottom: 100px solid transparent;
}
.irs-recommended p {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    right: -105px;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.irs-table-content {
    padding: 30px 0;
}
.irs-table-content ul li {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
    text-transform: capitalize;
}
.irs-table-content ul li:first-child {
    padding-top: 0;
    margin-top: 0;
}
.irs-table-content ul li:last-child {
    margin-bottom: 0;
}
.irs-pricing-footer {
    padding-bottom: 30px;
}
.irs-pricing-footer h1 {
   font-size: 42px;
   margin-bottom: 20px;
}


/* ========== Page Title css start ========== */
.irs-page-title-field {
    padding: 160px 0 80px;
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.irs-page-title-col {
    padding: 50px 30px;
    background: rgba(0, 0, 0, 0.8);
}
.irs-page-title-col h2 {
    color: #ffffff;
}
.irs-page-title-col p {
    color: #ffffff;
    text-transform: uppercase;
}
.irs-page-title-col p a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-page-title-col p a:hover {
    color: #A0CE4E;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-page-title-col span {
    margin: 0 10px;
}




/* ========== Account css Start ========== */
.irs-account-field {
    padding: 100px 0 70px;
}
.irs-account-col {
    margin-bottom: 30px;
    background: #F7F7F7;
    padding: 30px;
}
.irs-account-col h3 {
    color: #A0CE4E;
    margin-bottom: 20px;
}
.irs-account-col .form-control {
    height: 40px;
    margin-bottom: 30px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.form-control:focus {
    border-color: #A0CE4E;
}
.irs-account-col .btn {
    margin-top: 20px;
}


/* ========== Faq css start ========== */
.irs-faq-field {
    padding: 100px 0 70px;
}
.irs-faq-field .irs-faq-col {
    margin-bottom: 30px;
}
.irs-volunteer-content p {
    margin-bottom: 20px;
}
.irs-faq-img {
    display: block;
    text-align: center;
}
.irs-faq-img img {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
}
/*Accordion two start*/
.irs-accordion-two .panel .panel-title a i {
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-right: 1px solid #dddddd;
}
.irs-accordion-two .panel .panel-title a .icon-1 {
    display: inline-block;
    color: #A0CE4E;
}
.irs-accordion-two .panel-title a.collapsed .icon-1 {
    display: none;
}
.irs-accordion-two .panel .panel-title a .icon-2 {
    display: none;
    color: #A0CE4E;
}
.irs-accordion-two .panel .panel-title a.collapsed .icon-2 {
    display: inline-block;
}
.irs-accordion-two .panel-title a {
    color: #333333;
    font-weight: 400;
}
.irs-accordion-two .panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}
.irs-accordion-two .panel-default>.panel-heading {
    background-color: transparent;
    border-color: #EEEEEE;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}



/* ========== Error css Start ========== */
/*error css start*/
.irs-error-field {
    padding: 150px 0;
    background: url(../images/bg/.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.irs-error-field {
    padding: 100px 0;
    text-align: center;
}
.irs-error-field h1 {
    font-size: 100px;
    margin-top: 50px;
    color:#A0CE4E;
}
.irs-error-field h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.irs-error-field a {
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
    background:#A0CE4E;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-error-field a:hover {
    background: #A0CE4E;
    border-color: #A0CE4E;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ========== Contact css start ========== */
.contact-area {
    padding: 100px 0 70px;
    background: url(../images/bg/5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.contact-area h2 {

}
.contact-area h2 span {
    color: #A0CE4F;
}
.angle-box {
    border: 1px solid #A0CE4F;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 50px;
}
.angle-box i {
    font-size: 40px;
    color: #111111;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.angle-box:hover i {
    color: #A0CE4F;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.angle-box address {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 18px;
}
.angle-box p {
    font-size: 18px;
}
.contact-area form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-bottom: 30px;
}
.contact-area form .textarea-hight-full {
    height: 100%;
}
.contact-area .irs-btn-1 {
    background: #A0CE4E;
    color: #ffffff;
}
.contact-area .irs-btn-1:hover {
    background: #111111;
}
.col-default-mb30 {
    margin-bottom: 30px;
}

#map-canvas{
    width: 100%;
    height: 360px;
}

/* ========== Page Title css Start ========== */
.page-title-area {
    padding: 180px 0 100px;
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-title-area h2 {
    color: #A0CE4E;
}
.page-title-area p {
    color: #dddddd;
}
.page-title-area p a {
    color: #dddddd;
}
.page-title-area p a:hover {
    color: #A0CE4E;
}


/* ========== Footer css Start ========== */
.irs-footer-field {
    padding: 100px 0 70px;
    background: #282828;
    position: relative;
    background: url(../images/bg/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.irs-footer-field:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}
.irs-footer-field p {
    color: #ffffff;
}
.irs-tweets a {
    color: #A0CE4E;
}
.irs-footer-about, .irs-footer-link,
.irs-footer-tweets, .irs-footer-tags {
    margin-bottom: 30px;
}
.irs-foooter-logo {
    width: 180px;
    height: auto;
}
.irs-footer-about p {
    color: #ffffff;
    margin: 20px 0 20px;
}
.irs-social a i {
    font-size: 22px;
    color: #bdb9b9;
    margin-right: 10px;
}
.irs-footer-about .irs-social a i:hover {
    color: #A0CE4E;
}
.irs-footer-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.irs-footer-link ul li{
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #3a3a3a;
}
.irs-footer-link ul li:last-child {
    border-bottom: none;
}
.irs-footer-link ul li:before {
    content: "\eb88";
    font-family: IcoFont;
    color: #ffffff;
    margin-right: 5px;
}
.irs-footer-link ul li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-footer-link ul li a:hover {
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.irs-footer-tweets {

}
.irs-tweets {
    position: relative;
    padding-left: 70px;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.irs-tweets:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.irs-tweets img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 50px;
    height: 50px;
}
.irs-footer-contact p {
    margin-top: 20px;
}
.irs-footer-contact p i {
    margin-right: 10px;
}
.all-tags {

}
.all-tags li {
    float: left;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.all-tags li a {
    color: #ffffff;
    text-transform: uppercase;
}
.all-tags li:hover {
    background: #A0CE4E;
    border-color: #A0CE4E;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/* Copyright field start */
.irs-copyright-field {
    background: #111111;
    text-align: center;
    padding: 20px 0;
}
.irs-copyright-field p {
    color: #ffffff;
    text-transform: capitalize;
}
.irs-copyright-field p a {
    color: #A0CE4E;
}

