@charset "utf-8";
/* CSS Document */


/* ========== Fonts ========== */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,600i,700');

/* ========== Included css Files ========== */
@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "jquery-ui.css";
@import "animate.min.css";
@import "animations.css";
@import "owl.css";
@import "isotop.css";
@import "fancyBox.css";
@import "icofont.css";
@import "material-design-iconic-font.css";



/* ========== General css start========== */
body {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #595959;
    font-size: 14px;
    line-height: 26px;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
}
img {
    max-width: 100%;
    width: auto;
    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;
}
iframe {
    border: none;
}
/* ========== HEADINGS FON-TSIZE ========== */
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: 'Montserrat', sans-serif;*/
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
}
/* ========== TITLE LINE ========== */
.irs-section-title {
    margin-bottom: 35px;
    text-align: center;
}
.irs-section-title h2 {
    font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.irs-section-title h2 span {
    color: #177caa;
}
.irs-section-title .irs-title-line {
    width: 180px;
    height: 2px;
    background: #333333;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.irs-section-title .irs-title-line .irs-title-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: #ffffff;
}
.irs-section-title .irs-title-line .irs-title-icon i {
    color: #177caa;
    font-size: 30px;
    line-height: 50px;
}
.irs-section-title p {
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    color: #595959;
}


/* ========== 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;
}


/* ========== Button css start ========== */ 
.irs-btn-transparent {
    padding: 4px 22px;
    background: none;
    border-radius: 0;
    color: #177caa;
    border: 1px solid #177caa;
    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-transparent:hover {
    color: #ffffff;
    background: #177caa;
    border-radius: 0;
    border: 1px solid #177caa;
    -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-transparent-two {
    color: #6c6c6c;
    font-weight: bold;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 1px solid #C1C1C1;
    -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-transparent-two:hover {
    color: #ffffff;
    background: #177caa;
    border-color: #177caa;
    -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-transparent-three {
    padding: 4px 26px;
    background: none;
    border-radius: 20px;
    border: 1px solid #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-btn-transparent-three:hover {
    color: #ffffff;
    background: #177caa;
    border: 1px solid #177caa;
    -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-big-btn {
    background-color: #177caa;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    padding: 10px 15px;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    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;
}
.irs-big-btn:hover {
    color: #ffffff;
    background: #ea8e40;
    -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;
}


/* ========== Scroll To Top ========== */
#scrollUp {
    bottom: 10px;
    right: 10px;
    padding: 8px 10px;
    background-color: #177caa;
}
#scrollUp:before {
    content: "\f01b";
    font-family: FontAwesome;
    font-size: 26px;
    color: #ffffff;
    padding-top: 7px;
}
/* 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 top css start ========== */
.irs-header-top-bar {
    background: #177caa;
    padding: 3px 0;
}
.irs-header-top-bar p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}
.irs-header-top-bar p i {
    color: #ffffff;
    margin-right: 5px;
}
.irs-social {
    margin-top: 3px;
}
.irs-social a i {
    text-align: center;
    color: #ffffff;
    width: 30px;
	height: 30p;
	display: inline-block;
	font-size: 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;
}
.irs-social a i:hover {
    color: #333333;
    -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 Nav css Start ========== */
.scroll-to-fixed-fixed {
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75)
}
.navbar-brand {
    height: 100%;
    padding: 0 15px 0 0;
}
.irs-navbar {
    margin-top: 5px;
    border: none;
    background-color: transparent;
}
.irs-navbar .navbar-nav>.active>a, 
.irs-navbar .navbar-nav>.active>a:focus, 
.irs-navbar .navbar-nav>.active>a:hover {
    color: #ea8e40;
    background: transparent;
}
.scroll-to-fixed-fixed .irs-navbar .navbar-nav>.active>a {
    color: #ea8e40;
    background: transparent;
}
.irs-navbar .navbar-nav>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
	padding:15px 13px;
}
.irs-navbar .navbar-nav>.open>a {
    background-color: transparent;
}
.irs-navbar .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.navbar-right .dropdown-menu {
    width: 225px;
    right: auto;
    box-shadow: none;
    border-top: 2px solid #177caa;
    border-radius: 0;
    padding: 0;
}
.irs-navbar .dropdown-menu>li>a {
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 7px 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;
}
.irs-navbar .dropdown-menu>li>a:hover {
    color: #177caa;
    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;
}
.irs-log-reg {
    background: #177caa;
    text-align: center;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 6px;
}
.irs-log-reg a {
    color: #ffffff;
}

/***Header two***/
.ire-header-two {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    -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;
}
.ire-header-two .irs-navbar .navbar-nav>li>a {
   color: #ffffff;
}
.ire-header-two .irs-navbar .navbar-nav>li>a:hover {
    color: #177caa;
} 
.smaller {
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    -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-logo-1 {
    display: none !important;
}
.smaller .irs-logo-1 {
    display: block !important;
}
.smaller .irs-logo-2 {
    display: none !important;
}
.smaller .irs-navbar .navbar-nav>li>a {
   color: #fff;
}





/* ========== Main slider css Start ========== */
.irs-main-slider {
    position: relative;
}
.fade-carousel {
    position: relative;
    height: 75vh;
}
.fade-carousel .carousel-inner .item {
    height: 75vh;
}
.irs-main-slider .irs-big-btn {
    background: transparent;
    border: 1px solid #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-main-slider .irs-big-btn:hover {
    background: #177caa;
    border-color: #177caa;
    -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;
}
.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: 40px;
    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: #177caa;
}

.fade-carousel .carousel-inner .item .hero {
    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-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.6);
}
.irs-main-slider .carousel-indicators {
    left: 5%;
}
.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: #177caa;
}
.irs-main-slider .fade-carousel .carousel-indicators > li.active {
    width: 30px;
    height: 7px;
    background-color: #177caa;
    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: 30px 0;
    position: relative;
}
.irs-welcome-field h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
.irs-welcome-field span {
    color: #177caa;
    font-size: 32px;
}
.irs-welcome-field i {
    color: #177caa;
}
.irs-welcome-field p {
    margin-top: 20px;
}



/* ========== About css Start ========== */
.irs-about-field {
    padding: 50px 0 40px;
}
.irs-about-field .irs-section-title {
    margin-bottom: 75px;
}
.irs-about-box {
    margin-bottom: 50px;
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #e6e6e6;
    position: relative;
    -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 {
    border-color: #177caa;
    -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-icon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    margin-bottom: 40px;
    -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 .irs-about-icon {
    background: #177caa;
    border-color: #177caa;
    -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-icon i {
    color: #177caa;
    font-size: 40px;
    line-height: 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-about-box:hover .irs-about-icon i {
    color: #ffffff;
    -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 h4 {
    margin-top: 20px;
}
.irs-about-box p {
    margin-bottom: 25px;
}
.irs-col-padd-less {
    padding: 0;
}




/* ========== Divider css Start ========== */
.irs-divider-field {
    padding: 100px 0 70px;
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.irs-divider-field .irs-divider-col {
    margin-bottom: 30px;
}
.irs-divider-field .irs-divider-col h2 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 20px;
}
.irs-divider-field .irs-divider-col p {
    color: #e2e0e0;
    margin-bottom: 20px;
}
.irs-divider-field .irs-call-numbar {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 20px;
}
.irs-divider-field .irs-divider-col .irs-call-numbar h4 {
    color: #e2e0e0;
    font-size: 24px;
    margin-bottom: 0;
}
.irs-divider-field .irs-divider-col .irs-call-numbar h4 i {
    color: #177caa;
}




/* ========== Courses css Start ========== */
.irs-courses-field {
    padding: 30px 0 20px;
}
.irs-courses-col {
    margin-bottom: 30px;
    overflow: hidden;
}

.irs-courses-img-two {
    float: left;
    width: 33%;
}
.irs-courses-img img {
    -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-courses-col:hover .irs-courses-img img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    -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-time {
    position: absolute;
    top: -40px;
    right: -2px;
    -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-courses-col:hover .irs-time {
    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;
}
.irs-time p a {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: #177caa;
    padding: 10px 18px;
}
.irs-courses-img-text {
  
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 5px 60px;
    -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-courses-col:hover .irs-courses-img-text {
    background: rgba(244, 164, 96, 0.8);
    -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-courses-img-text ul li {
    float: left;
}
.irs-courses-img-text ul li p {
    color: #ffffff;
    text-transform: capitalize;
}
.irs-courses-img-text ul li p i {
    margin-right: 5px;
}
.irs-courses-content {
    padding:10px 10px 15px 10px;
}
.irs-courses-content-two {
    float: left;
    text-align: left;
    width: 67%;
}
.irs-courses-content-two .irs-pricing-range label {
    margin-left: 0;
}
.irs-courses-content h4 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	text-transform: capitalize;
}
.irs-courses-content p {
    margin-bottom: 10px;
}

/* Courses single css start */
.irs-courses-single {

}
.irs-courses-col-single {
    background: none;
    text-align: left;
}
.irs-courses-col-single .irs-courses-content {
    padding-left: 0;
}
.irs-course-features {

}
.irs-course-features h2 {
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.irs-course-features ul {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}
.irs-course-features ul li {
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
}
.irs-course-features ul li:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #177caa;
    border-bottom: none;
}
.irs-course-features ul li span i {
    color: #177caa;
}
.irs-comment-single h3 {
    margin-bottom: 30px;
    color: #177caa;
}
.irs-comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 60px;
}
.irs-comment-item-right {
    margin-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-content h4 a {
    font-size: 18px;
    color: #333333;
}
.irs-comment-content h6 a {
    color: #333333;
}
.irs-comment-content h4 a:hover, .irs-comment-content h6 a:hover {
    color: #177caa;
}
.irs-live-comment {
    margin-bottom: 60px;
}
.irs-blog-live-comment {
    margin-bottom: 0;
}
.irs-live-comment h3 {
    color: #177caa;
    margin-bottom: 30px;
}
.irs-live-comment .form-control {
    height: 40px;
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: none;
}
.irs-textarea {
    height: 100% !important;
    resize: none;
}
.irs-related-courses h3 {
    color: #177caa;
    margin-bottom: 30px;
}



/* ========== Counter css Start ========== */
.irs-counter-field {
    padding: 50px 0 30px;
    background: url(../images/bg/2.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: #177caa;
    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;
}

/* Side bar css start */
.irs-side-bar {
    margin-bottom: 30px;
}
.irs-search-box {
    margin-bottom: 50px;
}
.irs-sidebar-title {
    font-size: 18px;
    color: #177caa;
    padding-bottom: 10px;
    margin-bottom: 20px;
    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: #177caa;
}
.irs-search-box  .btn {
    height: 45px;
    border: 1px solid #177caa;
    border-radius: 0;
    padding: 8px 20px;
    color: #ffffff;
    background: #177caa;
}
.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: #177caa;
    font-size: 14px;
}
.irs-categories {
    margin-bottom: 50px;
}
.irs-categories ul li {
    margin-bottom: 15px;
}
.irs-categories ul li a:hover {
    color: #177caa;
}
.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;
    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: #177caa;
    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;
}



/* ========== Testimonial css Start ========== */
.irs-testimonial-field {
    padding: 100px 0 100px;
    background: url(../images/bg/3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.irs-testimonial-field img {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 350px;
    height: auto;
}
.irs-transparent-space {
    height: 50px;
    width: 100%;
    background: transparent;
}
.irs-testimonial-single {
    background: rgba(28, 28, 28, 0.5);
    border: 3px solid rgba(244, 164, 96, 0.5);
    padding: 60px 40px 30px;
    text-align: center;
    position: relative;
}
.irs-testimonial-single .irs-comment-icon {
    position: absolute;
    right: 100px;
    bottom: 0;
}
.irs-testimonial-single .irs-comment-icon i {
    font-size: 110px;
    color: #177caa;
    opacity: 0.2;
}
.irs-testimonial-single p {
    color: #ffffff;
    margin-bottom: 20px;
}
.irs-testimonial-single h4 {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: #177caa;
    font-weight: 400;
}
.irs-testimonial-single h5 {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.irs-testimonial-field .owl-theme .owl-nav {
    margin-top: 30px;
}
.irs-testimonial-field .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 8px;
    background: #ffffff;
    border: 2px solid transparent;
    margin: 0 3px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.irs-testimonial-field .owl-theme .owl-dots .owl-dot.active span, 
.irs-testimonial-field .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #177caa;
    background: #ffffff;
}


/* ========== Teachers css Start ========== */
.irs-teachers-field {
    padding: 50px 0 30px;
}
.irs-teachers-col {
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    -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-teachers-col .irs-teachers-name {
   
    text-align: center;
    padding: 15px 25px;
    -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-teachers-col .irs-teachers-name h4 a {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}
.irs-teachers-col .irs-teachers-name p {
    font-size: 16px;
    color: #6a6868;
    text-transform: capitalize;
	 font-weight:bold;
}
.irs-teachers-social {
    position: absolute;
    top: -40px;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 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-teachers-col:hover .irs-teachers-social {
    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;
}
.irs-teachers-social a i {
    color: #ffffff;
    margin-right: 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-teachers-social a i:hover {
    color: #177caa;
    -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 start */
.irs-pagination {

}
.irs-pagination .pagination>li>a, 
.irs-pagination .pagination>li>span {
    padding: 8px 18px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #DCD9D9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 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-pagination .pagination>li>a:hover {
    color: #ffffff;
    background: #177caa;
    -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;
}
/***** Teacher single css start *****/
.irs-teacher-single-field {
    padding: 100px 0 70px;
}
.irs-teacher-single-col {
    margin-bottom: 30px;
}
.irs-teacher-biography ul {
    margin-bottom: 30px;
}
.irs-teacher-biography ul li {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.irs-teacher-biography ul li strong {
    margin-right: 10px;
}
.irs-teacher-biography ul li i {
    color: #177caa;
}
.irs-teacher-biography ul li a i {
    margin-right: 5px;
    color: #595959;
}
.irs-teacher-biography ul li a i:hover {
    color: #177caa;
}
.irs-other-teachers h3 {
    margin-bottom: 30px;
}



/* ========== Gallery css Start ========== */
.irs-gallery-field {
    padding-top: 30px;

padding-bottom: 30px;
}
.irs-img-hover {
    position: relative;
    margin-bottom: -1px;
}
.irs-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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-img-hover:hover .irs-layer:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -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-img-hover i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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-img-hover:hover i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -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;
}

/* Gallery two start */
.irs-gallery-field-two {
    padding: 100px 0;
}
.irs-gallery-field-two ul {
    margin-bottom: 20px;
}
.irs-gallery-field-two ul li {
    margin-bottom: 30px;
}
.irs-gallery-field-two ul li a {
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid #C1C1C1;
    -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-gallery-field-two ul li a:hover {
    border-color: #177caa;
    color: #ffffff;
    background-color: #177caa;
    -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;
}
.masonry-gallery .isotope-item {
    width: 25%;
}
.masonry-gallery .isotope-item {
    width: 33.33%;
}
.masonry-gallery .isotope-item {
    overflow: hidden;
}


/* ========== Blog css Start ========== */
.irs-blog-field {
    padding: 30px 0 20px;
}
.irs-blog-col {
    margin-bottom: 30px;
}
.irs-blog-col .irs-courses-content p {
    margin-bottom: 20px;
}
.irs-blog-field .irs-info-text {
    padding: 5px 20px;
    background: #177caa;
}
.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-courses-content h4 a {
    font-size: 18px;
}
/***** Blog single css start *****/
.irs-blog-single-field {
    padding: 30px 0 20px;
}
.irs-blog-single-col {
    margin-bottom: 30px;
}
.irs-blog-single-field .irs-courses-content h6 {
    padding: 50px;
    background: #F7F7F7;
    font-size: 16px;
    line-height: 26px;
    border-left: 2px solid #177caa;
    margin-bottom: 50px;
    margin-top: 50px;
}




/* ========== Newsletter css Start ========== */
.irs-newsletter-field {
    
}
.irs-newsletter-col {
    margin-bottom: 30px;
}
.irs-newsletter-field h2 {
   margin-bottom: 20px; 
}
.irs-newsletter-field p {
   margin-bottom: 30px; 
}
.irs-newsletter-field  .form-control {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}
.irs-newsletter-field  .form-control:focus {
    border-color: #177caa;
}
.irs-newsletter-field  .input-group-btn .btn {
    height: 40px;
    border-radius: 0;
    padding: 6px 20px;
    color: #ffffff;
    background: #177caa;
}
.irs-newsletter-field-two {
    padding-top: 80px; 
}

/* ========== Discription css Start ========== */
.irs-discription-field {
    padding: 50px 0 30px;
    background: #F6F6F6;
}
.irs-discription-col {
    margin-bottom: 20px;
}
.irs-discription-col h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.irs-discription-col h1 span {
    color: #177caa;
}
.irs-topdiscription {
    margin-bottom: 20px;
}
.irs-discription-col ul li {
    position: relative;
    margin-bottom: 10px;
}
.irs-discription-col ul li i {
    color: #C1C1C1;
    margin-right: 10px;
}


/* ========== Mission css Start ========== */ 
.irs-mission-field {
    padding: 100px 0 70px;
    background: #F6F6F6;
}
.irs-left-item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 90px;
}
.irs-hexagon-two {
    position: absolute;
    top: 20px;
    left: 0;
    width: 70px;
    height: 40px;
    background-color: #535353;
    text-align: center;
    -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-left-item:hover .irs-hexagon-two {
    background-color: #177caa;
}
.irs-hexagon-two:before,
.irs-hexagon-two:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
.irs-hexagon-two:before {
  bottom: 100%;
  border-bottom: 20px solid #535353;
  -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-left-item:hover .irs-hexagon-two:before {
    border-bottom-color: #177caa;
}
.irs-hexagon-two:after {
  top: 100%;
  width: 0;
  border-top: 20px solid #535353;
  -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-left-item:hover .irs-hexagon-two:after {
    border-top-color: #177caa;
}
.irs-hexagon-two i {
    color: #ffffff;
    font-size: 38px;
    -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-mission-col h4 {
    font-size: 18px;
}
.irs-right-item {
    position: relative;
    margin-bottom: 50px;
    padding-right: 90px;
    text-align: right;
}
.irs-right-item .irs-hexagon-two {
    position: absolute;
    left: 290px;
    top: 20px;
}
.irs-right-item:hover .irs-hexagon-two {
    background-color: #177caa;
}
.irs-right-item:hover .irs-hexagon-two:before {
    border-bottom-color: #177caa;
} 
.irs-right-item:hover .irs-hexagon-two:after {
    border-top-color: #177caa;
}


/* ========== Sponsor css Start ========== */
.irs-sponsor-field {
    padding: 100px 0 100px;
}
.irs-sponsor-col {
    margin-bottom: 30px;
}
.irs-sponsor-col ul {
    border: 1px solid #DCD9D9;
}
.irs-sponsor-col ul li {
    float: left;
    border-right: 1px solid #DCD9D9;
    padding: 40px 38px;
}
.irs-sponsor-col ul li:last-child {
    border: none;
}
.irs-sponsor-col ul li a img {
    width: 150px;
    height: 30px;
}



/* ========== Faq css start ========== */
.irs-faq-field {
    padding: 100px 0;
}
.irs-faq-field .irs-teachers-col {
    margin-bottom: 50px;
}
.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: #177caa;
}
.irs-accordion-two .panel-title a.collapsed .icon-1 {
    display: none;
}
.irs-accordion-two .panel .panel-title a .icon-2 {
    display: none;
    color: #177caa;
}
.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;
}


/* ========== Contact css start ========== */
.irs-contact-field {
    padding: 100px 0 70px;
}
.irs-contact-field .irs-contact-col {
    margin-bottom: 30px;
}
.irs-address-box {
    background: #F6F6F6;
    text-align: center;
    height: 145px;
    padding: 65px 80px 30px 80px;
    margin-bottom: 80px;
}
.irs-hexagon-three {
    margin-bottom: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -35px;
}
.irs-address-box:hover .irs-hexagon-three {
    background-color: #177caa;
}
.irs-address-box:hover .irs-hexagon-three:before {
    border-bottom-color: #177caa;
}
.irs-address-box:hover .irs-hexagon-three:after {
    border-top-color: #177caa;
}
.irs-hexagon-three i {
    font-size: 25px;
    line-height: 40px;
}
.irs-contact-col .form-control {
    background: transparent;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    height: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
    box-shadow: none;
}
.irs-contact-field .irs-contact-col h4 {
    font-size: 18px;
    color: #464646;
    margin-bottom: 20px;
}


/* ========== Inner-page-heading css Start ========== */
.irs-inner-page-heading {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.irs-inner-heading {
    display: inline-block;
    margin: auto;
    padding: 5px 30px;
   /* border: 1px solid rgba(244, 164, 96, 0.3)*/
}
.irs-inner-page-heading h2 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.irs-inner-page-heading i {
    font-size: 32px;
    color: #177caa;
}
.irs-inner-page-heading p {
    margin-top: 10px;
    color: #ffffff;
    text-transform: uppercase;
}
.irs-inner-page-heading p a {
    color: #ffffff;
    font-weight: bold;
}
.irs-inner-page-heading p a:hover {
    color: #177caa;
}

/* ========== Service css Start ========== */
.irs-service-field {
    padding: 100px 0 70px;
}
.irs-service-col {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px 20px;
    -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 {
    background: #177caa;
    -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 i {
    font-size: 60px;
    color: #177caa;
    -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: #ffffff;
    -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:hover h3 {
    color: #ffffff;
    -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 p {
    color: #ffffff;
    -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;
}



/* ========== Account css Start ========== */
.irs-account-field {
    padding: 50px 0 40px;
}
.irs-account-col {
    margin-bottom: 30px;
    background: #F7F7F7;
    padding: 30px;
}
.irs-account-col h3 {
    color: #177caa;
    margin-bottom: 20px;
}
.irs-account-col .form-control {
    height: 40px;
    margin-bottom: 5px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.form-control:focus {
    border-color: #177caa;
}
.irs-account-col .btn {
    margin-top: 20px;
}


/* ========== 404 css Start ========== */
.irs-404-field {
    padding: 100px 0;
}
.irs-404-field h1 {
    font-size: 12vw;
    color: #177caa;
}
.irs-404-field h2 {
    font-size: 3vw;
    margin-bottom: 50px;
}
.irs-404-field h3 a {
    color: #333333;
    border-bottom: 2px solid #177caa;
    padding-bottom: 10px;
}

/* ========== Contact css Start ========== */
.irs-contact-field {
    padding: 100px 0 70px;
}
.irs-google-map {
    margin-bottom: 100px;
}
.irs-address-col {
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 20px;
    background: #F7F7F7;
}
.irs-address-col i {
    color: #177caa;
    font-size: 50px;
}
.irs-address-col p {
    margin-top: 10px;
}
.irs-contact-col {
    margin-bottom: 30px;
}
.irs-contact-field .form-control {
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
}



/* ========== Footer css Start ========== */
.irs-footer-field {
    padding: 30px 0 30px;
    background: #282828;
    position: relative;
}
.irs-footer-field p {
    color: #ffffff;
}
.irs-footer-about, .irs-footer-link, 
.irs-footer-tweets, .irs-footer-contact {
    margin-bottom: 0px;
}
.irs-foooter-logo {
    width: auto;
}
.irs-footer-about p {
    color: #ffffff;
    margin: 20px 0 20px;
}
.irs-footer-about .irs-social a i:hover {
    color: #177caa;
}
.irs-footer-heading {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.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: 30px;
    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 i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #177caa;
}
.irs-footer-contact p {
    margin-top: 20px;
}
.irs-footer-contact p i {
    margin-right: 10px;
}

/* Copyright field start */
.irs-copyright-field {
    background: #111111;
    text-align: center;
    padding: 15px 0;
}
.irs-copyright-field p {
    color: #ffffff;
    text-transform: capitalize;
}
.irs-copyright-field p a {
    color: #177caa;
}

/*New Style*/
.menu_outer_bg{ background:#177caa;}
.menu_outer_bg .irs-navbar{ margin-top:0px;}
.menu_outer_bg .navbar{ margin-bottom:0px}

.irs-navbar .navbar-nav > li > a:hover{ color:#ea8e40 !important;}

.form-group {
    margin-bottom: 5px;
}
.success_msg{margin: auto;
width: 100%;
background: #039251;
padding: 5px;
color: #fff;
text-align: center;margin-bottom: 20px;

display: block;}
div.help-block{ color:#ff0000; margin-bottom: 5px; font-size: 11px;} 
.displaynone{ display:none}
.displayblock{ display:block}
.media_gallery img{object-fit: cover;max-height: 250px;min-height: 250px; object-position: top; border: 1px solid #ddd;padding: 10px; width: 100%;}

.media_gallery .irs-img-hover{ margin:10px;}

.image-gallery img{object-fit: cover;
max-height: 250px;
min-height: 250px; object-position: top; }

.home-gallery img{object-fit: cover;
max-height: 250px;
min-height: 250px; object-position: top; width: 100%; }

.latest-news-home img, .latest-events-home img{object-fit: cover;
max-height: 200px;
min-height: 200px; object-position: top; }

.placement-companies img{
max-height: 100px;
min-height: 100px; width: 100%;
margin: auto; padding:10px; }

.placement-companies .irs-img-hover{border: 1px solid #ddd;
margin: 10px;}
.our-recruiters-home .irs-img-hover{border: 1px solid #ddd;
margin: 10px;}
.our-recruiters-home img{
max-height: 100px;
min-height: 100px; width: 100%;
margin: auto; padding:10px; }

.top_news_events li{ display:inline-block;}

.top_news_events li a{ color:#fff; padding-left:10px; padding-right:10px; padding-top: 4px;
display: block;}

ul.top_news_events{ color:#fff;}

.news_event_list img{object-fit: cover;
max-height: 200px;
min-height: 200px; object-position: top; }

.about_dir_left img{ border:5px solid #d7d0d0;}

.about_dir_right{}
.about_dir_inner{}
.about_dir_inner p{ text-align:left;}
p.dir_title{ font-weight:bold; text-align: left;}
p.dir_title span{ display:block; font-weight:bold; font-size: 17px;}
.about_dir_inner .btn{ float:right;}
.sidebar_content {background: #5ea6d1; padding:10px; margin-bottom:15px; padding-bottom: 20px;}
.form-horizontal .form-group{ margin-left:0px; margin-right:0px;}

.form-group text{ border: 1px solid #827f7f;}
.form-group textarea{ width:100%;border: 1px solid #827f7f;}
.success_msg_form{font-size: 16px !important;
padding-top: 20px;
font-weight: bold; color: #fff !important;}
.sidebar_content h3{ color:#fff;}

table tr td{ padding:5px;}
.irs-discription-col ul li{ list-style:inside;}

.irs-discription-col img{ width:auto !important; height:auto !important}

table tr th{ font-weight: bold;
padding: 5px;
background: #ddd;}
.mGrid{ width:100%;}

.home-content-section p{ text-align:justify;}
.home-content-section h2{ padding-top:0px;}

.home-content-section h2 span{ font-size:30px;}

.course_cls .irs-courses-col{ background:none; border-top:1px solid #ddd;}

.course_cls .irs-courses-content{ padding:10px}
.course_cls .irs-courses-content h4{
text-align: left;
font-weight: 600;
}
.course_cls .irs-courses-content p{ text-align:justify;}
.course_cls .irs-courses-img img{width: 270px;
height: 200px;}
.course_cls .irs-courses-content h4 a{ font-size:22px}

.home_course .irs-courses-img img{ width: 100%;
height: 200px;}

.home_course .irs-courses-img-text{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.home_course .irs-courses-img-text{ padding:5px 10px}

.blog_list .irs-courses-col{ background:#fff;}
.blog_list .irs-courses-content {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.blog_list .irs-courses-content h4 {
    text-align: left;
    font-weight: 600;
	text-transform: capitalize;
} 
.blog_sidebar_content img{max-height: 60px;
min-height: 60px;}

.app_top img{width: 120px;margin-top: 20px;text-align: right;float: right;}
.course_details .irs-courses-img{ height:300px;}

.irs-img-hover img:hover{    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    -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;
}
	
.home-gallery{ margin-bottom:20px;}

.skil_logo img{ width: 300px;
float: right;
padding-top: 10px;}

.top_logo_right a{ display:inline-block}
.top_logo_right a img{ margin-left:4px;}
img.img_one{ width:70px;}
img.img_two{ width:80px;}
.top_logo_right{ padding-top:3px;}

.start-count.first_count{ line-height:35px;}

.study_download_link a img {
    width: 200px !important;
    margin-right: 20px;
    margin-bottom: 20px;
}
.irs-courses-content ul li{ list-style:inside;}

header .item {
  position: relative;
}
header .item img {
  width: 100%;
  height: 350px;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 30px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 53%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 53%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.t-staff img{ max-height:150px; height:150px;}
.irs-courses-content img{ height:auto !important}

.admission_form .card-title-new{ margin-top: 20px;
margin-bottom: 15px;
font-weight: 600;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
font-size: 18px;}

.admission_form em{ color:red !important;}

.admission_form .row{ margin-bottom:10px;}


.irs-blog-rec {
  padding: 0px;
  background: url(../images/1-1.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.rec_inner {
  background: rgba(0, 0, 0, 0.5);
  padding-top:30px; padding-bottom:30px;
}
.irs-blog-rec .irs-section-title { margin-bottom:0px;}
.irs-blog-rec .irs-section-title h2{ color:#fff;}

.irs-blog-rec .irs-big-btn{ margin-top:20px;}
.home-gallery .gallery_single{ padding:0px;}
.str_wrap {  background: #1a63a7 !important; color: #fff;  height: 36px !important; padding-top:5px; font-weight: bold;margin-top:-10px;}
.str_wrap a.no_padding{ border: none; }
.str_wrap a{color:#fff;}
.payment_upi{ margin:auto; width:500px;}
.payment_upi p{	font-size: 14px;line-height: 18px;color: #f00;margin-bottom: 16px;}

img.mobile_slide_img{ display: none; }
img.desktop_slide_img{ display: block; }
.logo_content{ padding-top: 25px;}
.logo_title{font-size: 25px;font-weight: bold;}
.logo_sub_title{font-size: 25px;font-weight: bold;padding-top: 10px;}
.logo_content p{color: #ea8e40;font-size: 16px;font-weight: 600;padding-top: 5px;}

.member-box,.publication {  background-color: #f5f5f5;  padding: 15px 10px 5px 20px;  margin-bottom: 30px;  border: 1px solid #eaeaea; }
.member-box h4, .publication h4{font-size: 18px;font-weight: 600;}
.bread_outer{ background:#f5f5f5;}

.pages_content a{color: #ff0608;font-weight: bold;}
.pages_content a:hover{text-decoration: underline}

.news_content a{color: #ff0608;font-weight: bold;}
.news_content a:hover{text-decoration: underline; color: #ea8e40;}

.documents_data ul li{ column-count:2; display: flex}

.document-box {
  margin-bottom: 30px;
  padding: 35px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
}
.document-box:hover {
  background-color: #eeeeee; color: #5ea6d1;	
}
.document-box img {
  float: left;
  margin-right: 20px;
	margin-top: 7px;
}
.document-box h3 {
  font-size: 20px;
	font-weight: bold;
}
.infra_cls h4{margin-top: 30px;font-size: 22px;font-weight: bold; text-align: left}

.infra_cls p{font-size: 14px;font-weight: 600; text-align: left}
.read_btn{ margin-top:10px;}
.infra-heading-line-left { border-bottom: 3px solid #ea8e40;  text-align: center;  margin: 20px 0 25px 0;  width: 100px;}
.breadcrumb a{font-weight: 600;}
.breadcrumb > .active { color: #ea8e40; font-weight: 600;}
.documents_data a:hover{color: #ea8e40;}

.documents_data h3:hover{color:#ea8e40 !important}

.footer-heading-line{border-bottom: 3px solid #ffffff;text-align: center;margin: 20px 0 10px 0;width: 100px;}

.pages_content img{ margin-bottom: 20px;}
.pages_content p{ margin-bottom: 10px; margin-top: 10px; font-size: 16px;}

.mobile-menu {
  display: none;
  background-color: #177caa;
}
.mobile-logo {
  text-align: center;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #177caa;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 25px;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:#fff;
}
.mobile-menu .navbar-nav li a {
  padding: 8px 20px;
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 500;
}
.mobile-icon {
  display: block;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  margin-top: 7px;
}
.mobile-icon {
  text-align: left;
}
.mobile_btn {
  background-color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  color: #242424 !important;
  font-weight: bold;
  border-radius: 5px;
}
.mobile_left{ float:left;}
.mobile_right{ float:right}

.sidenav ul li {border-bottom: 1px dashed #fff;}
.gov_staff img{width: 100%;min-height: 300px;max-height: 300px;object-fit: cover;object-position: top; border:1px solid #8c8a8ade;}
.gov_staff img:hover{border:1px solid #000;}

.infra_images h5{margin: auto;text-align: center;font-size: 15px;font-weight: 600;}