@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/fontawesome.min.css";
@import "../css/animate.min.css";
@import "../css/animations.css";
@import "../css/owl.css";
@import "../css/isotop.css";
@import "../css/fancyBox.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;
}

.text-center {
    text-align: center;
}

/********** section-title-css ************/
.irs-section {
    padding: 100px 0 70px;
}
.irs-title-border {
    width: 100px;
    height: 1px;
    background: #E30612;
    position: relative;
}
.irs-title-border::before {
    content: " ";
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: #E30612;
    top: 50%;
    left: 100%;
    margin-top: -5px;
}

.irs-title-border-center {
    width: 100px;
    height: 1px;
    background: #E30612;
    position: relative;
    margin: 0 auto;
}
.irs-title-border-center::before {
    content: " ";
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: #E30612;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    transform: translateX(-50%);
}
.irs-section-title {
    margin-bottom: 60px;
    text-align: center;
}
.irs-section-title p {
    margin-top: 30px;
}


.irs-iner-title .section-title h1 {
    color: #ffffff;
}
.irs-iner-title {
    padding: 200px 0 70px;
    background-attachment: fixed;
    background-image: url(../images/bg/4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.irs-inner-page-col {
    color: #f9520b;
}
.irs-inner-page-col a {
    color: #ffffff;
}
.irs-colorg {
    color: #E30612;
}
.irs-pt {
    padding-top: 100px;
}
.irs-ptb {
    padding-bottom: 70px;
}
/* ========== 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.25);
}


/* ========== 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: #E30612;
    -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: #E30612;
    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: #E30612;
    -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: 75px;
    max-width: 20rem;
    padding: 1.25rem 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 .navbar-brand img,
.irs-main-header .top-nav-collapse .navbar-brand img {
    width: 100%;
    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 {
    margin-top: 5px;
}
.irs-main-header .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
}
.irs-main-header .navbar-default .navbar-nav>li>a:focus, 
.irs-main-header .navbar-default .navbar-nav>li>a:hover {
    color: #E30612;
}
.irs-main-header .navbar-nav>li>a {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar .navbar-nav>.active>a, 
.navbar .navbar-nav>.active>a:focus, 
.navbar .navbar-nav>.active>a:hover {
    color: #000000;
    background: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #E30612;
    background-color: transparent;
 }
.scroll-to-fixed-fixed .navbar .navbar-nav>.active>a {
    color: #000000;
    background: transparent;
}
.navbar .navbar-nav>li>a {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}
.navbar .navbar-nav>.open>a {
    background-color: transparent;
}
.navbar .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #E30612;
}
.navbar-right .dropdown-menu {
    width: 225px;
    right: auto;
    box-shadow: none;
    border-top: 2px solid #E30612;
    border-radius: 0;
    padding: 0;
}
.navbar .dropdown-menu>li>a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 12px 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 .dropdown-menu>li>a:hover {
    color: #000000;
    padding-left: 10px;
    -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;
}
.header-search-box .form-control {
    box-shadow: none;
}


/* ========== 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;
    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: #E30612;
}

.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/slider_1.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-2 {
   background-image: url(../images/slider_2.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: #E30612;
    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; }    
}

/* Contact css Start  */
.irs-contacat-manu {
  background-color: #f5f5f5;
  padding: 35px;
}
.list-inline.lang-cart > li {
   border: 1px solid #333;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.top-bar-col.contact-num li {
  padding-top: 8px;
  margin-bottom: 20px;
}
/* ========== About css Start ========== */
.about-section {
    padding: 100px 0 70px;
}

.about-section .about-col {
    margin-bottom: 30px;
}

.about-section .irs-section-title {
    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: #E30612;
    margin-top: 30px;
}

/*============================ counter section ==========================*/

.irs-counter-section {
    background-image: url(../images/statistic.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 p {
    margin: 0 auto;
    max-width: 90%;
}
.service-section .irs-service-col:hover {
     background-color: #E30612;
     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: #E30612;
}
.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: #E30612;
}
.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;
}
.team-type {
    margin-top: 15px;
}
.team-type a {
    margin-bottom: 15px;
}
.team-type-icon {
    margin-top: 20px;
}
.team-type-icon > a {
  border: 1px solid;
  padding: 10px;
}
/* ========== 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: #E30612;
}
.irs-portfolio-isotope ul li a.active {
    color: #E30612;
}
.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;
}
.portfolio-isotope {
    padding: 70px 0 0;
    position: relative;
}
.portfolio-isotope ul {
    margin-bottom: 40px;
}
.portfolio-isotope ul li a {
    color: #999999;
}
.portfolio-isotope ul li a:hover {
    color: #E30612;
}
.portfolio-isotope ul li a.active {
    color: #E30612;
}
.portfolio-isotope ul li  {
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.img-hover {
    position: relative;
}
.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 .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;
}
.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 .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;
}
.portfolio-title h4 {
    color: #ffffff;
    margin-bottom: 5px;
}
.portfolio-title i {
    color: #ffffff;
    font-size: 24px;
}

.masonry-gallery.grid-four-item .isotope-item {
    width: 25%;
}
.padless {
    padding: 0;
}

/* Portfolio two */
.portfolio-field-two {
    margin-bottom: -10px;
    overflow: hidden;
}
.portfolio-field-two .owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 8px 18px;
}
.portfolio-field-two .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 38%;
    font-size: 22px;
}
.portfolio-field-two .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 38%;
    font-size: 22px;
}
/************ Portfolio with isotope **********/

.portfolio-isotope {
    padding: 100px 0;
}
.portfolio-isotope ul {
    margin-bottom: 50px;
}
.portfolio-isotope ul li a {
    color: #bbbbbb;
}
.portfolio-isotope ul li a:hover {
    color: #000000;
}
.portfolio-isotope ul li a.active {
    color: #000000;
}
/* grid-two-item */
.masonry-gallery.grid-two-item .isotope-item {
    width: 50%;
    overflow: hidden;
}
.load-btn {
    margin-top: 50px;
}
/* grid-three-item */
.masonry-gallery.grid-three-item .isotope-item {
    width: 32%;
}
/* grid-four-item */
.masonry-gallery .grid-four-item .isotope-item {
    width: 23.25%;
}
/* portfolio ditels *****/

.portfolio-details .portfolio-details-img {
    margin-bottom: 30px;
}
.portfolio-details .portfolio-details-info span {
    margin-bottom: 30px;
}
.comment-item {
  margin-bottom: 30px;
}.comment > h3 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment-item > img {
  float: left;
  height: 80px;
  margin-right: 20px;
  width: 80px;
}
.sedebar-title {
    margin: 30px 0;
}
.news-item {
    margin-bottom: 60px;
}
.portfolio-details {
    padding: 0 0 70px;
}
.portfolio-details-info {
    margin-bottom: 20px;
    border-bottom: 1px solid #F8F8F8;
    padding-bottom: 30px;
}
.news-item > img {
  float: left;
  height: 80px;
  margin-right: 20px;
  width: 80px;
}

/* ========== 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: #E30612;
    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);

}
.pricing-color {
    background-color: #B7C1CB !important;
    color: #336DA3 !important;
}
.irs-pricing-list {
  background-color: #F5F7F9;
  padding: 15px;
  margin-bottom: 10px;
}
/*============================ testimonial section ==========================*/
.irs-testimonial-field {
    background-image: url(../images/feedback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.irs-testimonial-field .irs-section-title {
    margin-bottom: 30px;
}
.irs-testimonial-field .irs-section-title h2{
    color: #ffffff;
} 
.irs-testimonial-field .irs-section-title p {
    color: #ffffff;
}
.irs-testimonial-field .testimonial img {
    width: 80px;
    height: 80px;
}
.testimonial-text {
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.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;
}
.testimonial-info {
    position: relative;
    text-align: center;
}
.testimonial-info img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: 25px;
    border: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-info h6 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 34px;
}
.testimonial-info p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
.testimonial-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: #E30612;
    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_us.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%;
}
/* ========== 21. Error css ========== */

.error-section {
    background: #E30612;
    padding: 200px 0;
}
.error-section h3 {
    font-size: 30px;
    color: #ffffff;
    margin-top: 20px;
}
.error-section p {
    margin-bottom: 40px;
}
.pagination {
    margin-top: 20px;
}
.pagination .pagination>li>a, .pagination  .pagination>li>span {
    margin-right: 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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;
}
.pagination .pagination>li>a:hover, .pagination  .pagination>li>span:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    -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;
}


/*============================ Footer section ==========================*/

.irs-footer.bg-style {
  background: #000 none repeat scroll 0 0;
  padding: 40px 0 25px;
}

/* 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-top: 20px;
    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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.irs-footer-link ul li {
    flex: 0 0 calc((100% / 3) - 12px);
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
}
.irs-footer-link ul li a:before {
    color: #a7a7a7;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    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;
}