@charset "utf-8";
/* CSS Document */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Included css Files
3. General css
4. Header css
5. Main slider
6. About css
7. Counter section
8. Service css
9. Clien css
10. Team css
11. Portfolio css
12. Pricing css
12. Testimonial section
13. Blog section
14. Contact css
15. Footer section


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

/* ========== 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/animate.min.css";
@import "../css/animations.css";
@import "../css/owl.css";
@import "../css/isotop.css";
@import "../css/fancyBox.css";
@import "../css/icofont.css";



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

/* ========== HEADINGS FONT-SIZE ========== */
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: 400;
    line-height: 1.2;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/********** section-title-css ************/
.irs-section {
    padding: 100px 0 70px;
}
.irs-title-border {
    width: 100px;
    height: 1px;
    background: #ff7f00;
    position: relative;
}
.irs-title-border::before {
    content: " ";
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: #ff7f00;
    top: 50%;
    left: 100%;
    margin-top: -5px;
}

.irs-title-border-center {
    width: 100px;
    height: 1px;
    background: #ff7f00;
    position: relative;
    margin: 0 auto;
}
.irs-title-border-center::before {
    content: " ";
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: #ff7f00;
    top: 50%;
    left: 50%;
    margin-top: -5px;
}
.irs-section-title {
    margin-bottom: 60px;
    text-align: center;
}
.irs-section-title p {
    margin-top: 30px;
}
/* ========== layer START ========== */
.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);
}


/* ========== Button css start ========== */ 
.irs-btn {
    color: #000;
    padding: 6px 30px;
    background: #ffffff;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    text-shadow: none;
    -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:hover {
    color: #ffffff;
    background: #ff7f00;
    -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-red {
    color: #ff7f00;
    background: #ffffff;
    text-transform: uppercase;
    padding: 12px 42px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    border-radius: 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;
    margin-bottom: 30px;
}
.irs-btn-red:hover  {
    color: #ff7f00;
    -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; 
}

/* Preloader */
.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;
}
.irs-main-header .navbar-brand {
    height: auto;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.irs-main-header .navbar-brand img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.irs-main-header .top-nav-collapse .navbar-brand img {
    width: 80px;
    height: auto;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.irs-main-header .navbar-nav {
	font-family: 'Russo One', sans-serif;
    margin-top: 5px;
}
.irs-main-header .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
	color:#000;
}
.irs-main-header .navbar-default .navbar-nav>li>a:focus, 
.irs-main-header .navbar-default .navbar-nav>li>a:hover {
    color: #E8E8E8;
}
.irs-main-header .top-nav-collapse .navbar-nav>li>a {
    margin-top: 10px;
    margin-bottom: 10px;
}



/* ========== Main slider css Start ========== */
.irs-main-slider {
    position: relative;
}
.fade-carousel {
    position: relative;
    height: 80vh;
}
.fade-carousel .carousel-inner .item {
    height: 80vh;
}
.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;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -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: 45px;
    line-height: 55px;
    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: 10px;
}
.hero h1 strong {
    color: #ff7f00;
}

.fade-carousel .carousel-inner .item .hero {
    padding-top: 70px;
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s 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/1.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-2 {
   background-image: url(../images/2.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-3 {
   background-image: url(../images/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.6);
}

.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: #F4A460;
}
.irs-main-slider .fade-carousel .carousel-indicators > li.active {
    width: 30px;
    height: 7px;
    background-color: #ff7f00;
    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; }    
}



/* ========== About css Start ========== */
.about-section {
    padding: 100px 0 70px;
}

.about-section .about-col {
    margin-bottom: 30px;
}

.about-section .irs-section-title {
    text-align: left; 
    margin-bottom: 30px;
}
.about-section .irs-section-title p {
    margin-top: 20px;
}
.about-section .irs-section-title span {
    font-size: 40px;
}

.about-section .about-col h1{
    color: #ff7f00;
    margin-top: 30px;
}

/*============================ counter section ==========================*/

.irs-counter-section {
    background-image: url(../images/parallax1.jpg);
    padding: 50px 0 30px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.irs-counter-section .irs-counter {
    border: 1px solid #ffffff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.irs-counter i {
    font-size: 30px;
    color: #ffffff;
}
.irs-counter .start-count {
    text-align: center;
    font-size: 40px;
    color: #b7c1cb;
    font-weight: bold;
    padding: 12px 0;
}
.irs-counter p {
    color: #ffffff;
    font-size: 18px;
}
/* ========== Service css Start ========== */

.service-section .irs-service-col {
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.service-section .irs-service-col:hover {
     background-color: #ff7f00;
     box-shadow: none;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.service-section .irs-service-col:hover i {
    color: #ffffff;
}
.service-section .irs-service-col:hover h4 {
    color: #ffffff;
}
.service-section .irs-service-col:hover p {
    color: #ffffff;
}

.service-section .irs-service-col {
    background: #F5F7F9;
    padding: 30px;
}
.service-section .irs-service-col i {
    font-size: 40px;
}
.service-section .irs-service-col h4 {
    padding-top: 10px;
}

/* ========== clien css Start ========== */

.irs-client-field {
    background: #f5f5f5;
    padding: 50px 0 20px;
}
.irs-client-field .our-client  {
    width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
/* ========== Team css Start ========== */
.irs-team-field .irs-team-col {
    margin-bottom: 30px;
}
.irs-team-field .irs-team-col h4 {
    margin-top: 20px;
    margin-bottom: 0;
}
.irs-team-field .irs-team-col h4 a {
    color: #333333;
    font-family: 'Poppins', sans-serif;
}
.irs-team-field .irs-team-col h4 a:hover {
    color: #ff7f00;
}
.irs-team-field .irs-team-col p {
    font-size: 12px;
    letter-spacing: 1px;
}

.irs-team-social a i {
    margin: 0 4px;
}
.irs-team-img {
    position: relative;
    overflow: hidden;
}
.irs-team-social-hover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 35%;
    text-align: center;
    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-hover a i {
    color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
}
.irs-team-social-hover h4 {
    color: #ffffff;
}
.irs-team-social-hover p {
    color: #ffffff;
}
.irs-team-social-hover a i:hover {
    color: #ff7f00;
}
.irs-team-field .irs-team-col:hover .irs-team-social-hover {
    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-team-col .irs-team-social {
    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-team-col:hover .irs-team-social {
    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;
}

/* ========== Portfolio css Start ========== */
.irs-portfolio-isotope {
    padding: 70px 0 0;
    position: relative;
}
.irs-portfolio-isotope ul {
    margin-bottom: 40px;
}
.irs-portfolio-isotope ul li a {
    color: #999999;
}
.irs-portfolio-isotope ul li a:hover {
    color: #ff7f00;
}
.irs-portfolio-isotope ul li a.active {
    color: #ff7f00;
}
.irs-portfolio-isotope ul li  {
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.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 {
    color: #ffffff;
    margin-bottom: 5px;
}
.irs-portfolio-title i {
    color: #ffffff;
    font-size: 24px;
}

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


/* ========== pricing css Start ========== */

.irs-pricing-fild .pricing-tabile {
    background: #F5F7F9;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    transition: all 0.4s ease-in-out 0s;
}
.irs-pricing-fild .pricing-tabile h2 {
    padding: 20px 0;
    background-color: #ff7f00;
    color: #ffffff;
}
.irs-pricing-fild .pricing-tabile h6 {
    padding-top: 13px;
}
.irs-pricing-fild .pricing-tabile .icon {
    padding: 20px 0;
    background-color: red;
    color: #ffffff;
}
.irs-pricing-fild .pricing-tabile span {
    font-size: 50px;
    margin-bottom: 10px;
}
.irs-pricing-fild .pricing-tabile ul {
    margin-bottom: 20px;
}
.irs-pricing-fild .pricing-tabile ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
}

.irs-pricing-fild .pricing-tabile:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);

}

/*============================ testimonial section ==========================*/
.irs-testimonial-fild {
    background-image: url(../images/bg/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.irs-testimonial-fild .irs-section-title h2{
    color: #ffffff;
} 
.irs-testimonial-fild .irs-section-title p {
    color: #ffffff;
}
.irs-testimonial-fild .testimonial img {
    width: 80px;
    height: 80px;
}
.testimonial-text {
    padding: 20px;
    border: 1px solid #eaeaea;
    position: relative;
}
.testimonial-text p {
    color: #ffffff;
}
.triangle {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #eaeaea;
    position: absolute;
    left: 50px;
    bottom: -15px;
}
.testimonil-info {
    position: relative;
    padding-left: 120px;
}
.testimonil-info img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: 25px;
    border: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonil-info h6 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 34px;
}
.testimonil-info p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
.testimonil-info a {
    margin-right: 10px;
}


/*============================ blog section ==========================*/
.blog-section {
    padding: 100px 0 70px
}
.blog-section .blog-box {
    margin-bottom: 30px;
}
.blog .blog-info {
    padding: 20px 20px 35px;
    background: #F5F7F9;
}
.blog .blog-info i {
    margin-right: 10px;
    padding-left: 5px;
}
.blog .blog-info h3 {
    color: #ff7f00;
    padding: 10px 0 0;
}
.blog .blog-info p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 12px;
}
.blog .blog-info span {
    padding: 0 3px;
    font-size: 20px;
}

/* ========== Contact css Start ========== */
.irs-contact-field {
  padding: 80px 0 70px;
}
.irs-contact-field {
  background-attachment: fixed;
  background-image: url("../images/contact-parallax.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.irs-contact-field .irs-section-title  h2 {
    color: #b7c1cb;
} 
.irs-main-contact-from h5 {
    color: #b7c1cb;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.irs-main-contact-from .form-control {
    height: 40px;
    border-color: #d4d4d4;
    font-size: 14px;
    color: #d4d4d4;
    font-style: italic;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
}
.irs-main-contact-from .btn {
    width: 100%;
    margin-top: 13px;
}
.irs-main-contact-from .irs-text-area {
    height: 100%;
}


/*============================ Footer section ==========================*/

.irs-footer.bg-style {
  background: #000 none repeat scroll 0 0;
  padding: 50px 0 20px;
}

/* padding */
.irs-footer-col {
    margin-bottom: 30px !important;
}
.irs-footer .irs-footer-col img {
    height: 60px;
    width: 180px;
}
.irs-footer .irs-footer-col h3 {
    color: #b7c1cb;
    margin-bottom: 40px;
    font-weight: normal;
    text-transform: capitalize;
}
.irs-footer .irs-footer-socila-col p {
  color: #666666;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 22px;
}
.irs-footer .irs-footer-col h4 {
    color: #758590;
}
.irs-footer-social-box ul li {
  float: left;
  margin-right: 10px;
}

.irs-footer-social-box ul li i {
  background-color: #191919;
  border: 1px solid #333;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.irs-footer-social-box ul li i a {
  color: #ffffff;
  }
.irs-footer .irs-footer-col .irs-news li {
    position: relative;
    padding-left: 70px;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.irs-footer .irs-footer-col .irs-news li:last-child {
    border-bottom: none;
}
.irs-footer .irs-footer-col .irs-news li img {
    border: 1px solid #b7c1cb;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 60px;
}
.irs-footer .irs-footer-col .irs-news li h4 a {
    color:#666666;
    font-size: 16px;
    text-transform: capitalize;
    -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 .irs-footer-col .irs-news li h4 a:hover {
    color: #b7c1cb;
}
.irs-footer .irs-footer-col .irs-news li p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 24px;
}
.irs-footer .irs-footer-col .irs-news li a {
    color: #b7c1cb;
    -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-tags {
    margin-bottom: 30px;
}
.irs-tags a {
    font-size: 14px;
    padding: 10px 8px;
    border: 1px solid #A1B1BC;
    float: left;
    margin: 5px 6px 5px 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;
}
.irs-tags a:hover {
    color: #ffffff;
    background: #488FE1;
    border: 1px solid #488FE1;
    -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 h4 {
    font-family: 'Lato', sans-serif;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 18px;
}
.irs-footer-link ul li {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.irs-footer-link ul li:last-child {
    border-bottom: none;
}
.irs-footer-link ul li a:before {
    color: #a7a7a7;
    content: "\f054";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 10px;
}
.irs-footer-link ul li a:hover {
    color:#b7c1cb;
    -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-flickr {
    margin-bottom: 15px;
}
.irs-flickr .thumb img {
    width: 75px;
    height: 75px;
}
.irs-flickr .thumb {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.irs-flickr .irs-mar-l10 {
    margin-left: 0;
}
.irs-flickr .irs-mar-r10 {
    margin-right: 10px;
}
.irs-flickr .thumb .overlay {
  background-color: rgba(241, 63, 75, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
   -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.irs-flickr .thumb:hover .overlay {
    transform: scale(1);
}
.irs-flickr .thumb .overlay i {
    color: #ffffff;
    font-size: 20px;
    margin-top: 40%;
}
.upper {
    color: #FFFFFF;
    margin: 0;
}
/*copy right start*/

.irs-copyright {
    padding: 25px 0;
    border-top: 1px solid #3a3a3a;
}
.irs-copyright p {
    color: #a1b1bc;
    padding: 10px;
}
/* background-color-transparent */

.post .entry-meta.meta-absolute,
.gallery-slider .item .thumb .overlay,
.masonry-gallery .isotope-item .overlay {
    background-color: rgba(72, 143, 225, 0.8) !important;
}
.news-slider .item .thumb .overlay {
    background-color: rgba(72, 143, 225, 0.9) !important;
}
.video.separator.style::before {
    background-color: rgba(72, 143, 225, 0.7) !important;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.capabilitie::before {
    background-color: rgba(72, 143, 225, 0.8) !important;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.pricing-table .pricing-table-content .bg-img:after,
.pricing-table:hover .pricing-table-content {
    background-color: rgba(72, 143, 225, 0.9) !important;
}
/* preloader color */

.preloader-dot-loading .cssload-loading i {
    background: #488fe1 !important;
}