@import url('https://fonts.googleapis.com/css?family=Lato');
body{
	font-family: 'Lato', sans-serif;
	/*background-image: url(../images/bg_banner.png);*/
}
a:hover{
	text-decoration: none;
}
.log-win img{
	height: 80px;
}
.logo-mbl img{
	height: 52px;
}
.nav-brand img{

}
.header_area {
  background-color: #fff;
}
.main_header_area{
 border-bottom: 2px solid #cb3e00;
}
/*gallery inn*/
.events_2{
  padding-top: 30px;
  padding-bottom: 50px;
}
.events_2 hr{
  border-bottom: 2px solid #f1666a;
    max-width: 50px;
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;  
}
.events_2 h5{
      font-family: Muli-Regular;
      font-size: 16px;
      font-weight: bold;
}
.events_2 .box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.events_2 .box img{
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    height:250px;
}
.events_2 .box:hover img{ transform: scale3d(1.15, 1.15, 1); }
.events_2 .box .box-content{
    width: 100%;
    background-color:rgba(15, 156, 174, 0.46);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.events_2 .box:hover .box-content{ opacity: 1; }
.events_2 .box .box-content:before,
.events_2 .box .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.events_2 .box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.events_2 .box .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.events_2 .box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.events_2 .box .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.events_2 .box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.events_2 .box .title{
    font-size: 22px;
    font-weight: 700;
    color: #00fff2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.events_2 .box .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.events_2 .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}
.events_2 .box .icon li{ display: inline-block; }
.events_2 .box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.events_2 .box .icon li a:hover{ color: #000; }
.events_2 .box .icon li a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.events_2 .box .icon li a:hover:before{ transform: scale(1); }
.events_2 .saree_1{
  color: #000;
  background-color: #ff5900;
  border: 1px solid #333;
  padding: 5px;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

/*ends*/
/*top heder start here*/
#top_header {
    height: 29px;
    padding: 5px;
    background-color: #4ba4f9;
    color: #fff;
    letter-spacing: 0.5px;
    width: 100%;
    top: 0;
    /* position: fixed; */
    font-size: 14px;
}
.log-lns {
    text-align: right;
}
.navbar-fixed-top {
    top: 26px;
    border-width: 0 0 1px;
}
.log-lns span a{
  color: #fff;
} 
.free-ord {
    text-align: right;
}
/*top heder end here*/
.card.card-carousel {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px ;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card.card-carousel img{
    border-radius: 6px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    /*left: 0;*/
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    /*margin-right: 15%;*/
    /*margin-left: 15%;*/
    list-style: none;
}

.carousel .carousel-indicators {
    bottom: 5px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    /*border-radius: 10px;*/
    background: #ff5900;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    /*border-radius: 2px;*/
}

.carousel .carousel-indicators .active{
    margin: 11px 10px; 
} 

.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100% !important;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active {
    display: block;
}

.carousel .carousel-caption {
    padding-bottom: 12%;
}
.carousel-caption h3{
  font-size: 40px;
  color: #cb3e00;
}
.carousel-caption p{
 font-size: 30px;
color: #3da44f;
}
.carousel .carousel-caption .material-icons {
    position: relative;
    top: 5px;
}

.carousel .carousel-control-next .material-icons{
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

.carousel .carousel-control-prev .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}
.mage-sidebar-area .mage-sidebar {
    width: 244px;
    overflow: hidden;
}
.mage-sidebar>.sidebar-top-banner {
    width: 244px;
    height: 60px;
    margin-left: 0px;
    background-color: #fc0;
    z-index: 101;
    position: relative;
}
.mage-sidebar .inspired-title {
    color: #000;
    font-size: .95em;
    letter-spacing: .5px;
    padding-top: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.mage-sidebar>.sidebar-top-banner:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #fc0;
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.mage-sidebar>.sidenav {
    position: relative;
    z-index: 100;
    width: 244px;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    list-style: none;
}
.mage-sidebar>.sidenav li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.mage-sidebar>.sidenav li a{
	color: #353232;
	font-weight: bold;
	height: 41px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-left: 10px;
	}
.mage-sidebar>.sidenav .inspired-icon {
    float: left;
    display: inline-block;
    padding: 0 15px 0 0;
    width: 40px;
    height: 100%;
    background: 0;
}
.mage-sidebar .vertical-nav-icon.vertical-nav_icon1 {
    background-position: 0 0;
}
.inspired-icon img {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 14px;
    left: 10px;
}
.mage-sidebar>.sidenav .inspired-content {
    float: left;
    display: inline-block;
    border-left: 1px solid #fc0;
    border-bottom: 1px solid #ccc;
    width: 200px;
    height: 100%;
}
/*.page-section {
  height: 480px;
  width: 100%;
  background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}*/
.mage-sidebar{
	position: absolute;

}
.sticky-side{
   top: 60px;
    position: -webkit-sticky;
    position: sticky;
}
#page-scrl-1{
	background-image: url(../images/page11.jpg);
	background-position: center;
}
#page-scrl-2{
	background-image: url(../images/page22.jpg);
	background-position: center;
}
#page-scrl-3{
	background-image: url(../images/page33.jpg);
	background-position: center;
}
#page-scrl-4{
	background-image: url(../images/page333.png);
	background-position: center;
}
#c-wd-900{
	max-width: 800px;
	width: 100%;
	float: right;
}
.content-left-side{
	width: 300px;
}
.content-right-side{
	width: 300px;
	float: right;
}
.con-t-h3{
color: #fccc00;
text-transform: uppercase;
margin-bottom: 0;
}
.con-t-h2{
color: #6d061f;
text-transform: uppercase;
font-weight: bold;
 margin-top: 0;
}
.pad-100{
	margin: 100px 0;
  padding: 12px;
  background: #19121224;
}
.page-scroll{
	top: 0;
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 999;
	animation:slide-down 0.7s;
	background-color: #fff;
  box-shadow: 1px -3px 3px 3px #f7f7f7;
	
}
.page-scroll img{
  height: 62px;
}
.page-scroll .nav-menu>li>a {
    height: 71px;
    padding: 23px 10px;
    color: #000;
    }
.page-scroll .nav-brand{
  line-height: 40px;
}
.page-scroll .wsmenu{
    padding:0 0;
}

.page-scroll .log-win img {
    height: 62px;
}
.headerfull{
	   /*animation:slide-down 0.7s;*/
}
.nav-menu > li > a:hover {
    color: #cb3e00;
    text-transform: uppercase;
    font-weight: bold;font-weight: 300;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.mt-100 {
    margin-top: 100px;
}
.mt--100 {
    margin-top: -100px;
}
.single_department {
    /*background: #f9f9f9;*/
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: .3s;
    /*-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;*/
}
.single_department h4 {
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
   font-size: 16px;
}

.mt--100 {
    margin-top: -100px;
}
.single_department:hover {
	color: #fff;
    box-shadow: 2px 1px 4px 2px rgba(251, 248, 245, 0.44);
    background: linear-gradient(90deg,#f59b2a 0%,#e15c14 100%);

}
.enroll-section .section-title {
    margin-bottom: 40px;
}
.section-title h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title p {
    margin-bottom: 0;
}
.text-white {
    color: #fff!important;
}
.enroll-section{
background: linear-gradient(rgba(140, 14, 44, 0.59), rgba(72, 70, 61, 0.66)), url(../images/enroll-bg.jpg);
}
.enroll-list-item {
    padding-left: 70px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.enroll-list-item span {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50px;
    background: #f6783a;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
.enroll-list-item span {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50px;
    background: #f6783a;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
.enroll-list-item:after {
    position: absolute;
    content: '';
    height: calc(100% - 45px);
    left: 20px;
    top: 48px;
    border-left: 1px dashed #6c6e70;
}
.enroll-list-item h5 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 22px;
}
.enroll-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.spad {
    padding-top: 90px;
    padding-bottom: 90px;
}
.bg1 {
    background: #f59b29;
}
.bg1:hover {
    background: #ff9003;
}
.bg4 {
    background: #077cbf;
}
.bg2 {
    background: #a8157d;
}
.bg3 {
    background: #573a94;
}
.grid_2 img {
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.grid_2 {
    /*width: 170px;*/
}
.txt7 {
  
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner3_link {
    margin-top: 32px;
    display: block;
}
.banner3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    pointer-events: none;
    z-index: 999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}
.banner3 {
    margin-top: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 27px 5px 33px;
    text-align: center;
    color: #fff;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}
.banner3_link {
    margin-top: 32px;
    display: block;
}
#features-sec{
	padding: 30px 0;
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(66, 65, 65, 0.5)), url(../images/banner2.jpg);
	/*background-image: url(../images/main-building.jpg);*/
	background-size: cover;
	background-position: center;
}
.banner3_link:hover .banner3 {
    background-color: #312f2f;
}
.h1-t{
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;

}
.block-links {
  padding: 0 0 75px;
}
.block-links .title-links {
  padding: 10px 0;
  margin-bottom: 10px;
}
.block-links .title-links h3 {
  font-size: 21px;
  color: #2d2d2d;
  margin:0px;
}
.block-links h6 a{
  color: #2d2d2d;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: -5px;
  font-size: 14px;
}
.block-links p {
  color: #9f9f9f;
  font-size: 11px;
  line-height: 1.4;
  font-weight:400;
  font-size: 14px;
}
.block-links .view-all {
  width: 100%;
  float: left;
}
.block-links .view-all a {
  background-color: #e9e9e9;
  text-align: center;
  color: #484848;
  font-weight:400;;
  text-transform: capitalize;
  padding: 16px 0;
  display: block;
  font-size: 14px;
}
.block-links .column-news .post-item {
  margin-bottom: 30px;
}
.block-links .column-news .image-frame {
  float: left;
}
.block-links .column-news .image-frame img {
  width: 100%;
}
.block-links .column-news .post-desc-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.block-links .column-news .post-title h6 a{
  font-size: 14px;
  color: #000;
}
@media (min-width: 1200px) {
  .block-links .column-news .image-frame {
    width: 25%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-links .column-news .image-frame {
    width: 28%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .block-links .column-news .image-frame {
    width: 40%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 60%;
  }
}
.block-links .column-career .career-content{
  overflow-y: scroll;
}
.block-links .column-career .company-item {
  margin-bottom: 26px;
}
.block-links .column-career .company-logo {
  float: left;
  width: 98px;
  height: 98px;
  border-radius:50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)!important;
  line-height:90px;
  text-align:center;
}
.block-links .column-career .company-logo img{
    padding:2px 12px 0 12px;
    display:inline;
    vertical-align: middle;
}
.block-links .column-career .company-desc-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-links .column-career .company-logo {
      width: 98px;
      height: 98px;
  }
  .block-links .column-career .company-desc-wrapper {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .block-links .column-career .company-logo {
      width: 110px;
      height: 110px;
  }
  .block-links .column-career .company-desc-wrapper {
    width: 75%;
    margin-top: 20px;
  }
}
.block-links .column-calendar {
  display: block;
  float: left;
}
.block-links .column-calendar .content-calendar {
  /*background-color: #fcfcfc;*/
  display: block;
  float: left;
}
.block-links .column-calendar .top-section {
  color: #484848;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.block-links .column-calendar .top-section h6 {
  margin: 0;
}
.block-links .column-calendar .top-section .calendar-icon {
  background: url("css/icons/calendar-icon.jpg") no-repeat;
}
.block-links .column-calendar .list-view {
  padding: 10px;
  float: left;
  /*overflow-y: scroll;
  height: 434px;*/
}
.block-links .column-calendar .list-view .view-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px;
  width: 100%;
  float: left;
}
.block-links .column-calendar .list-view .view-item .date-item {
  width: 12%;
  float: left;
  padding: 0 2px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.block-links .column-calendar .list-view .view-item .date-item .dates {
  color: #484848;
  font-size: 12px;
  display: block;
}
.block-links .column-calendar .list-view .view-item .date-item .day {
  font-size: 24px;
  color: #ea6f1e;
}
.block-links .column-calendar .list-view .view-item .date-item .month {
  color: #9f9f9f;
  display: block;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper {
  width: 88%;
  float: left;
  padding-left: 20px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper h6{
  font-size: 14px;
  margin-top: 0;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper p{
  margin-bottom: 0px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place {
  float: left;
  margin: 5px 0;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .text-place {
  color: #757575;
  font-size: 10px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .map-icon {
  width: 15px;
  height: 15px;
  float: left;
  background: url("css/icons/map-icon.png") no-repeat;
  background-size: 13px 13px;
  margin-right: 5px;
}
@media (min-width: 991px) {
  .block-links .column-calendar .list-view, .block-links .post-wrapper {
    /*overflow-y: scroll;*/
  }
}
@media (max-width: 991px) {
  .block-links .block-news {
    margin-bottom: 30px;
  }
  .block-links .block-career {
    margin-bottom: 30px;
  }
}
.block-links .post-wrapper, .block-links .career-content, .block-links .content-calendar{
	/*height:485px;*/
}
.map-icon img{
	height: 16px;
	margin-right: 5px;
}
.rdb-block{
	padding: 5px;
}
.news-rd-btn {
	text-align: right;
	float: right;
	color: #026ce6;
}
#news-event-sec{
	/*background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(235, 235, 235, 0.8)), url(../images/event-slide1.jpg);*/
}
.block-news{
	border-right: 1px dotted #ccc;
}
.smllogo::after {
    content: "";  
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 50%;
    opacity: 1;
    transform: skew(0deg)
               translateX(-50%); 
    /*background: linear-gradient(120deg,#fccc2b,#f58534);*/
}
.log-win img {
    height: 80px;
    z-index: 99999;
    position: absolute;
}
.apply-bg {
    /*position: absolute;*/
    top: -44px;
    left: -15px;
    /*width: 110px;*/
    /*height: 88px;*/
    background: #ffbd0a;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.news-rd-btn:hover:after {
    opacity: 1;
    color: #3f9fff;
}
/*.news-rd-btn:after {
    content: "\f340";
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}*/
.news-rd-btn:hover {
    -webkit-transform: translate(5px,0);
    -moz-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    transform: translate(5px,0);
}
.news-rd-btn:hover {
    color: #3f9fff;
    opacity: 1;
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 28px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }

.branch-sec .branch-ul li{
list-style-type: none;
    width: 25%;
    float: left;
    border: 3px solid #dcdede8c;
    text-align: center;
    /*height: 100px;*/
    align-items: center;
    background-color: #fff4f499;
    align-content: center;
}
.branch-sec .branch-ul li  img{
width: 100%;
}
  .branch-ul li{
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  .branch-ul li:hover{
    -webkit-filter: grayscale(0);
	  filter: grayscale(0);
  }
#history-sec{
    display:none;
	padding: 30px 0;
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(235, 235, 235, 0.8)), url(../images/page22.jpg);
	/*background-image: url(../images/main-building.jpg);*/
	background-size: cover;
	background-position: center;
}

.sidenav a {
  color: #27ae60;
  text-decoration: none;
}

.sidenav .active a {
  color: #6d9eeb;
  border-bottom: 2px dotted;
}
 .title-line{
    color: #333;
    border-top: 1px solid #fccb2b;
    border-bottom: 1px solid #fccb2b;
    display: block;
    line-height: 30px;
    margin: 0 auto 20px;
    padding-bottom: 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
        }

.title-line:before,
.title-line:after{
    background:#f58834;
    border-radius: 100%;
    bottom: -5px;
    content: "";
    height: 10px;
    margin: 0 -5px 0 0;
    position: absolute;
    right: 50%;
    transition: all 0.4s ease 0s;
    width: 10px;
        }
 .title-line:before{
        left: 50%;
        margin: 0 0 0 -5px;
    }

    .title-line:hover .title-line:before{
        left: 100%;
    }

    .title-line:hover .title-line:after{
        right: 100%;
    }

footer.nb-footer {
/*background: #222;*/
/*background-image: url(../images/footer-bg1.jpg);*/
      background-image: url(../images/bg_banner.png);

/*background-size: cover;*/
border-top: 4px solid #ff5900;
 }
footer.nb-footer .about {
margin: 0 auto;
margin-top: 40px;
max-width: 1170px;
text-align: center; }
footer.nb-footer .about p {
font-size: 13px;
color: #000;
margin-top: 30px; }
footer.nb-footer .about .social-media {
margin-top: 15px; }
footer.nb-footer .about .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #b78c33;
border: 1px solid rgba(255, 255, 255, 0.3); 
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
footer.nb-footer .about .social-media ul li a:hover {
background: #b78c33;
color: #fff;
border-color: #b78c33; 
}
footer.nb-footer .footer-info-single {
margin-top: 30px;
line-height: 32px; }
footer.nb-footer .footer-info-single .title {
color: #aaa;
text-transform: uppercase;
font-size: 16px;
/*border-left: 4px solid #cb3e00;*/
padding-left: 5px; }
footer.nb-footer .footer-info-single ul li a {
display: block;
color: #000;
padding: 2px 0;
-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
footer.nb-footer .footer-info-single ul li a:hover {
color: #ff5900; 
padding: 2px 6px;
}
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #000; }
footer.nb-footer .copyright {
/*margin-top: 15px;*/
background: #111;
padding: 7px 0;
color: #fff; }
footer.nb-footer .copyright p {
margin: 0;
padding: 0; }
.design{
	text-align: right;
}
.design a{
	color: #cb3e00;
}
#testimonials-sec{
	padding:30px 0;
}
 .wsmenu-list .fas{
  display: none;
 }
.branch-ul{
  padding-left: 0;
}


@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100%;
    float: none;
  }

  .bottom_row .col_half {
    width: 50%;
    float: left;
  }

  .form_container .row .col_half.last {
    border-left: none;
  }

  .remember_me {
    padding-bottom: 20px;
  }
}
#regist-sec{
  position: absolute;
  float: right;
  max-width: 300px;
  width: 100%;
  right: 0;
  z-index: 2;
}
.clgs-ofrd{
  border:1px solid #ccc;

}
.clgs-ofrd h6{
  background-color: #ccc;
  padding:3px 6px;
  font-weight: bold;
}
.clgs-ofrd  a{
  color: #6e6e6e;
  padding:3px 6px;
}
.clgs-ofrd img{
  height: 14px;
  margin-right:3px;
}
.clgs-ofrd  p {
    margin: 0 0 7px;
}
.clgs-ofrd  p a:hover{
    color: #000;
}

.services-section-eight{
  position:relative;
  padding:95px 0px 60px;
  background-color:#f2f2f2;
}

.services-section-eight .content-column{
  position:relative;
}

.services-section-eight .content-column .inner-column{
  position:relative;
  margin-right:-60px;
}

.services-section-eight .image-column{
  position:relative;
}

.services-section-eight .image-column .inner-column{
  position:relative;
  margin-left:60px;
}

.services-section-eight .image-column .inner-column .image{
  position:relative;
}

.services-section-eight .image-column .inner-column .image img{
  position:relative;
  width:100%;
  display:block;
}

.services-section-eight .image-column .inner-column .image .overlay-box{
  position:absolute;
  left:10px;
  top:10px;
  right:10px;
  bottom:10px;
  padding:0px 30px 60px;
  background-color:rgba(255,255,255,0.90);
}

.services-section-eight .image-column .inner-column .image .overlay-box .content{
  position:absolute;
  left:30px;
  bottom:60px;
}

.services-section-eight .image-column .inner-column .image .overlay-box .content h2{
  position:relative;
  font-weight:700;
  font-size:120px;
  line-height:80px;
  color:#000000;
}

.services-section-eight .image-column .inner-column .image .overlay-box .content h2 span{
  font-weight:400;
  display:block;
  font-size:24px;
 
}

.services-block-eleven{
  position:relative;
  margin-bottom:35px;
}

.services-block-eleven .inner-box{
  position:relative;
  padding:30px 35px;
  background-color:#ffffff;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-eleven .inner-box .border-one:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:0px;
  height:2px;
  background-color:#f9ad31;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-eleven .inner-box .border-one:after{
  position:absolute;
  content:'';
  right:0px;
  bottom:0px;
  width:2px;
  height:0px;
  background-color:#f9ad31;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-eleven .inner-box:hover .border-one:before{
  width:100%;
}

.services-block-eleven .inner-box:hover .border-one:after{
  height:100%;
}

.services-block-eleven .inner-box .border-two:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:2px;
  height:0px;
  background-color:#f9ad31;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-eleven .inner-box .border-two:after{
  position:absolute;
  content:'';
  right:0px;
  bottom:0px;
  width:0px;
  height:2px;
  background-color:#f9ad31;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-eleven .inner-box:hover .border-two:before{
  height:100%;
}

.services-block-eleven .inner-box:hover .border-two:after{
  width:100%;
}

.services-block-eleven .inner-box .content{
  position:relative;
  padding-left:60px;
}

.services-block-eleven .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  width:40px;
  height:40px;
  color:#ffffff;
  font-size:20px;
  line-height:40px;
  text-align:center;
  background-color:#026ce6;
}

.services-block-eleven .inner-box .content h6{
  position:relative;
  color:#000000;
  font-size:18px;
  font-weight:700;
  line-height:1.3em;
  margin-bottom:10px;
}

.services-block-eleven .inner-box .content h6 a{
  position:relative;
  color:#000000;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block-eleven .inner-box .content h6 a:hover{
  color:#9a7f59;
}

.services-block-eleven .inner-box .content .text{
  position:relative;
  color:#6a6a6a;

  font-size:14px;
  line-height:1.8em;
}
/*.scrolltop {*/
/*	display:none;*/
/*	width:100%;*/
/*	margin:0 auto;*/
/*	position:fixed;*/
/*	bottom:20px;*/
/*	right:10px;	*/
/*}*/
/*.scroll {*/
/*	position:absolute;*/
/*	right:20px;*/
/*	bottom:20px;*/
/*	background:#b2b2b2;*/
/*	background:rgba(178,178,178,0.7);*/
/*	padding:20px;*/
/*	text-align: center;*/
/*	margin: 0 0 0 0;*/
/*	cursor:pointer;*/
/*	transition: 0.5s;*/
/*	-moz-transition: 0.5s;*/
/*	-webkit-transition: 0.5s;*/
/*	-o-transition: 0.5s; 		*/
/*}*/
/*.scroll:hover {*/
/*	background:rgba(178,178,178,1.0);*/
/*	transition: 0.5s;*/
/*	-moz-transition: 0.5s;*/
/*	-webkit-transition: 0.5s;*/
/*	-o-transition: 0.5s; 		*/
/*}*/
/*.scroll:hover .fa {*/
/*	padding-top:-10px;*/
/*}*/
/*.scroll .fa {*/
/*	font-size:30px;*/
/*	margin-top:-5px;*/
/*	margin-left:1px;*/
/*	transition: 0.5s;*/
/*	-moz-transition: 0.5s;*/
/*	-webkit-transition: 0.5s;*/
/*	-o-transition: 0.5s; 	*/
/*}*/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  background-color: #cb3e00;
    padding: 3px 9px;
    color:#fff;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
      border-radius: 50%;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}
.news-rd-btn{
   transition: 1s;
}
.news-rd-btn:hover{
color: #026ce6;
}
.news-rd-btn:before {
    /*top: 50%;*/
    margin-left: -15px;
    margin-top: 10px;
    /* content: '\f0a9'; */
    content: '\f105';
    font-weight: 900;
    position: absolute;
    color: #026ce6;
    transition: 1s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'FontAwesome';
    /*display: none;*/
}
.news-rd-btn:hover:before{
    margin-left: -7px;
}
.address a{
  color: #fff;
}
.rdx-box,
.rdx-info,
.rdx-tilte,
.rdx-tilte-inner {
    position: relative;
}
.rdx-tilte-inner {
    display: inline-block;
}
.rdx-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.rdx-box[class*="border-"],
.rdx-info[class*="border-"] {
    border-color: #eee;
}
.rdx-info.border-1,
.rdx-info.border-2,
.rdx-info.border-3,
.rdx-info.border-4,
.rdx-info.border-5 {
    border-top: none;
}
.rdx-media,
.rdx-media,
.rdx-post-media {
    background-color: #FFF;
    position: relative;
}
.rdx-media img,
.rdx-post-media img {
    width: 100%;
    height: auto;
}
.m-b30 {
    margin-bottom: 30px;
}
.content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
}
.m-b10 {
    margin-bottom: 10px;
}
.rdx-box, .rdx-info, .rdx-tilte, .rdx-tilte-inner {
    position: relative;
}
.owl-imgbx, .ow-portfolio-img {
    position: relative;
}
.rdx-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}
.rdx-img-overlay11:hover:before, .rdx-box:hover .rdx-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%;
}
.rdx-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}
.rdx-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}
.rdx-img-overlay11:hover:after, .rdx-box:hover .rdx-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%;
}
.rdx-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}
.m-t20 {
    margin-top: 20px;
}
 .rdx-title {
    color: #8e8a88;
    font-weight: bold;
  }
.site-button{
  /*background-color: #026ce6;*/
  background: linear-gradient(to bottom right, #13dad8, #026ce6);
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    transition: 1s;
        border-radius: 20px;
}
.v-tit{
  color: #026ce6;
  font-weight: bold;
  letter-spacing: 3px;
}
.text-primary{
  color: #505152;
  font-size: 24px;
}
.site-button:hover{
  background-color: #e35f16;
  color: #fff;
  }

.nav-header:before {
    content: " ";
    position: absolute;
    display: block;
        width: 66%;
    height: 100%;
    top: 0;
    left: -47%;
    z-index: -1;
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.show-hide-div{
  display: none;
}
.feature_area {
  padding: 9px 0 90px;
  position: relative;
  z-index: 1;
}

.feature_area::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/feature-bg.jpg);
  background-repeat: no-repeat;
  width: 1024px;
  height: 100%;
  z-index: -1;
}

.single_feature {
  text-align: center;
  border-radius: 20px;
  position: relative;
  min-height: 300px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 30px;
}

.single_feature:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(rgba(0, 245, 249, 0.51), rgba(2, 108, 230, 0.91));
  background-image: -o-linear-gradient(rgba(0, 245, 249, 0.51), rgba(2, 108, 230, 0.91));
  background-image: linear-gradient(rgba(0, 245, 249, 0.51), rgba(2, 108, 230, 0.91));
  content: "";
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.feature_thumb img {
  border-radius: 20px;
}

.feature_content_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #e65632cc;
  border-radius: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.feature_content_inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single_feature.feature2 {
  margin-top: 30px;
}

.single_feature.feature3 {
  margin-top: -30px;
}

.single_feature.feature2 .feature_content_wrap {
  background: #584BED;
}

.single_feature.feature3 .feature_content_wrap {
  background:#00d3f3bf;
}

.single_feature.feature4 .feature_content_wrap {
  background: #ea176ec2;
}

.feature_icon {
  margin-bottom: 11px;
}

.feature_icon i {
  font-size: 45px;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.feature_content h2 {
  padding: 11px 0 14px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.feature_content p {
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.feature.section_title {
  padding-top: 10px;
}

.single_feature:hover .feature_content_wrap {
  background: transparent;
}

.single_feature:hover:before {
  opacity: 1;
}


/* Feature Style Two */

.feature_area.feature-style-two {
  padding: 110px 0 90px;
}

.feature-style-two.feature_area::before {
  display: none;
}

.feature-style-two .single_feature {
  text-align: left;
  border-radius: 5px;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 30px;
}

.feature-style-two .single_feature:before {
  border-radius: 5px;
}

.feature-style-two .feature_thumb img {
  border-radius: 5px;
}

.feature-style-two .feature_content_wrap {
  background: #1646C6;
  border-radius: 5px;
  padding: 0 30px;
}

.feature-style-two .feature_icon i {
  font-size: 30px;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: url(../images/icon-bg.png);
  display: inline-block;
  width: 67px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  color: #1646C6;
}

.feature-style-two .feature_button a {
  display: inline-block;
  color: #fff;
  margin-top: 11px;
}

.feature-style-two .two .feature_content_wrap {
  background: #5043D1;
}

.feature-style-two .three .feature_content_wrap {
  background: #FF819F;
}

.feature-style-two .single_feature:before {
  background: rgba(80, 67, 209, 0.70);
}

.feature-style-two .single_feature:hover .feature_content_wrap {
  background: transparent;
}
.box-header h5 {
    line-height: 1.2;
    font-size: 33px;
 
}
.box-header h5 a{
     color: #000;
}
.service-offer-area{
/*  display: flex;
  flex-wrap: wrap;*/
  /*display: flex;*/
  /*align-items: center;*/
}
.service-offer-left {
    /*width: calc(50% - 215px);*/
    /*float: left;*/
   background: linear-gradient(to bottom right, #98fdfc, #026ce6);
    padding: 80px  135px;
}
.service-offer-right .service-offer .offer-item .media-body .red-more {
    font-weight: bold;
    color: #026ce6;
    letter-spacing: .28px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 8px;
}
.service-offer-right .service-offer .offer-item .media-body .s_title {
    font-size: 22px;
    padding-bottom: 10px;
}
.s_title {
    font: 600 24px/30px Montserrat,sans-serif;
    color: #242424;
    padding-bottom: 30px;
}
.media-left img{
  padding-top: 20px;
}
.media-body{
  padding-left: 10px;
}
.service-offer-right{
 
}
.service-offer-area .container-fluid{
  /*padding:0;*/
}
.service-offer-area .container-fluid .row{
  padding:0;
}
.service-offer-area .container-fluid .row .col-lg-4{
  padding:0;
}
.service-offer-area .container-fluid .row .col-lg-6{
/*padding:0;*/
}
.service-offer-left .service-offer-content .single_bar_title {
    color: #fff;
    margin-bottom: 30px;
}
.service-offer-content h3{
font-size: 33px;
}
.ser-sec{
   padding:50px 30px;
}
.hr-line1{
  width: 100px;
}
.service-offer-content{
  line-height: 28px;
}
.about-text{
  line-height: 28px;
}
.section_title_heading h2:before {
    right: 60px;
}
.section_title_heading h2:before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    right: -68px;
    bottom: 6px;
    background: #e2a062;
}
h3.title-w3pvt {
    text-shadow: 3px 1px 3px rgba(45, 45, 45, 0.14);
    font-size: 2.7em;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.gd-bottom.process-1 {
    margin-top: 3em;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-left {
    text-align: left !important;
}
.p-lg-5 {
    padding: 3rem !important;
}
.feature-grids p {
    margin: 0;
    font-size: 1rem;
    color: #777;
    line-height: 1.9em;
    letter-spacing: 1px;
}
.box{
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 0 5px #555;*/
}
#serces-sec-ofr .box img{
    width: 100%;
    height: auto;
}
#serces-sec-ofr .box .box-heading{
    width: 100%;
    position: absolute;
    bottom: 0px;
    /*left: 5%;*/
    background: rgba(2, 108, 230, 0.75);
    padding: 15px 60px 15px 25px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
#serces-sec-ofr .box:hover .box-heading{
    left: 100%;
}
#serces-sec-ofr .box .box-heading:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*width: 40px;*/
    /*height: 40px;*/
    line-height: 40px;
    position: absolute;
    top: 5px;
    right: 11px;
    /*background: #20211c;*/
    font-size: 30px;
    color: #fff;
    text-align: center;
}
#serces-sec-ofr .box .title{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
#serces-sec-ofr .box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
#serces-sec-ofr .box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 35px;
    background: rgba(7, 185, 244,0.8);
    transition: all 0.3s ease 0s;
}
#serces-sec-ofr .box:hover .boxContent{
    left: 0;
}
#serces-sec-ofr .box .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
#serces-sec-ofr .box .read{
    display: inline-block;
    padding: 6px 12px;
    background: #20211c;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
}
#serces-sec-ofr .box .read:hover{
    text-decoration: none;
    background: #fff;
    color: #3fc9f7;
}
#serces-sec-ofr .box .read i{
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
}
@media only screen and (max-width: 990px){
   #serces-sec-ofr .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    #serces-sec-ofr .box .boxContent{ padding: 10px; }
    #serces-sec-ofr .box .read{ margin-top: 10px; }
}
.section-content p{
  line-height: 25px;
}
#serces-sec-ofr{
  padding: 30px 0;
}
.ser-abt{
background: linear-gradient(to bottom right, #98fdfc, #026ce6);
    padding: 80px  25px;
    color: #fff;

}
.about-left p{
  font-size: 18px;
  font-weight: bold;
}
.about-text h3{
  font-weight: bold;
}
#about{
  padding: 30px 0;
}
.f-logo img{
  height: 60px;
}
#social {
  margin: 20px 0px;
  /*text-align: center;*/
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* box-shadow: 0 2px 2px #999; */
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-right: 4px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}


/* instagram button class*/
.instagramBtn{
    background: #e0337f;
}

.instagramBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f16d"; /* add facebook icon */
}

.instagramBtn:hover{
    color: #e0337f;
    background: #fff;
}
/*end*/
/* youtube button class*/
.youtubeBtn{
    background: #f81300;
}

.youtubeBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f167"; /* add facebook icon */
}

.youtubeBtn:hover{
    color: #f81300;
    background: #fff;
}
/*end*/
/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}
.nav-dropdown > li > a:hover,  .nav-dropdown > li > a:focus{
  color: #cb3e00;
}
.page-scroll .nav-menu > li > a:hover {
    color: #cb3e00;
  }


/*#testimonial-slider{
    overflow: hidden;
}*/
#our_testimonials .testimonial{
    margin:0 15px;
}
#our_testimonials .testimonial .testimonial-content{
    padding:15px ;
    border-radius: 0 40px 0 40px;
}
#our_testimonials .testimonial .description{
    font-size: 15px;
    color:#555;
    line-height:24px;
    margin-bottom:20px;
    text-align: center;
}
#our_testimonials .testimonial .testimonial-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 3px;
    color:#cb3e00;
    text-transform:capitalize;
    text-align:center;
    display: block;
    margin: 10px 0  0 0;
}
#our_testimonials .testimonial .testimonial-title small{
    display: block;
    margin-top: 13px;
    font-size:14px;
}
#our_testimonials .testimonial .pic{
    width: 83px;
    height: 90px;
    border-bottom: 4px solid #78c0a8;
    border-radius: 50%;
    margin: 15px auto;
}
#our_testimonials .testimonial .pic img{
    width: 100%;
    height: auto;
    border: 1px solid #808080;
    border-radius:50%;
}
#our_testimonials .owl-theme .owl-controls .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
}
#our_testimonials .owl-theme .owl-controls .owl-buttons div:hover{
    background:#78c0a8;
}
#our_testimonials .owl-theme .owl-controls .owl-buttons .owl-prev,
#our_testimonials .owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 32%;
    opacity:0;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    transition: all 0.50s linear;
}
#our_testimonials .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -7%;
}
#our_testimonials .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -7%;
    border-radius: 15px 0 0 15px;
}
#our_testimonials .owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-5px;
}
#our_testimonials .owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-5px;
}
#our_testimonials .owl-prev:before,
#our_testimonials .owl-next:before{
    content: "\f053";
    font-family: "FontAwesome5"; font-weight: 900;
    color: #fff;
}
#our_testimonials .owl-next:before{
    content: "\f054";
}
#our_testimonials{
  padding: 50px 0;
}
.ser-cnt{
  max-width: 800px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
padding: 0px  5px 30px;
}
.red-more{
padding: 5px 20px;
    border: 1px solid #cb3e00;
    background-color: #cb3e00;
    border-radius: 25px;
    color: #fff;
    margin-top: 6px;
    display: inline-block;
    transition: 1s;
}
.red-more:hover{
background-color: #fff;
}
#ser-plants .box{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    /*box-shadow: 0 0 5px #808080;*/
}
#ser-plants .box:before,
#ser-plants .box:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
#ser-plants .box:before{
    bottom: 5%;
    left: 5%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
#ser-plants .box:after{
    top: 5%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#ser-plants .box:hover:before,
#ser-plants .box:hover:after{
    opacity: 1;
    width: 90%;
    height: 90%;
}
#ser-plants .box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#ser-plants .box:hover img{
    transform: scale(1.05);
}
#ser-plants .box .box-content{
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 10%;
}
#ser-plants .box .title,
#ser-plants .box .post{
    display: block;
    font-size: 23px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease 0s;
}
#ser-plants .box:hover .title,
#ser-plants .box .post{
    opacity: 1;
}
#ser-plants .box:hover .post{
    opacity: 1;
}
@media only screen and (max-width: 990px){
    #ser-plants .box{ margin-bottom: 20px; }
}

/*my code start here*/
/*notifications*/
#notification-sec {
   background-color: #ff5900;
  /*  position: relative;*/
    z-index: -2;
    color: #fff;
}
.note-title {
   width: 230px;
    padding: 5px 8px 5px 50px;
    font-size: 20px;
    color: #FFF;
    background: #6cbaf7;
}
#notification-sec a {
    color: #fff;
}
/*notifications*/
.sc img{width: 40%;
margin-top: 10px}
/*about*/
.about-section-three{
    position:relative;
   padding: 55px 0px 0px;
}

.about-section-three .content-column{
    position:relative;
    margin-bottom:40px;
}

.about-section-three .content-column .inner-column{
    position:relative;
}

/*.about-section-three .content-column .inner-column .sec-title{
    margin-bottom:30px;
}*/

.about-section-three .content-column .inner-column .bold-text{
   position: relative;
    font-size: 16px;
    color: #6c6e71;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.2px;
    margin-bottom: 22px;
}

.about-section-three .content-column .inner-column .text{
    position:relative;
    font-size:16px;
    color:#6c6e71;
    font-weight:400;
    line-height:1.6em;
    /*margin-bottom:30px;*/
}

.about-section-three .image-column{
    position:relative;
    text-align:center;
}
.about_btn {
  margin-top: 20px;
  margin-bottom: 20px;
  /*text-align: right;*/
}
.about_btn a{
  /*border: 1px solid #ccc;*/
  background-color: #ff5900;
  color: #fff;
  padding: 6px 20px;
  border-radius: 10px;
  text-decoration: none;
}
.about_btn a:hover{background-color: #6cbaf7;}
.sec-title h1{
 text-align: left;
 font-size: 25px;
 margin-top: 10px;
 margin-bottom: 10px;
 color: #cb3e00;
}
.sec-title h4{
  color: green;
}
 .mar-sec {
  background: #fff;
    border: 5px double #ccc;
    border-radius: 8px;
    /*margin-top: 30px;*/    
    box-shadow: 1px 1px 5px 2px #ccc;
   }
.mar-head {
   padding: 5px;
    background-color: #cb3e00;
    margin: 0;
    color: #fff;
    font-size: 15px;
  }
  .splmar {
   height: 330px;
   padding:10px 
  }
  .event_sec {
    color: rgb(209, 55, 0); 
    font-size: 13px;
    text-transform: uppercase;
  }
  .news-time {
    color: green;
  }
  #side-mn {
    padding: 10px 10px;
    border: 1px solid grey;
    box-shadow: 1px 1px 5px 2px #ccc;
    border-radius: 5px;   
    text-align: left;
    height: 180px;
    margin-bottom:  10px;
    background: #fff;
}
.sec-title h2{
    position:relative;
    color:#6c6e73;
    font-weight:700;
    line-height:1.3em;   
    font-size: 26px;
}
.sec-title h1{
   color: #ff5900;
    font-size: 28px;
    text-align: center;
    padding-bottom: 25px; 
    font-weight: bold;
}
.hed-colr {
    color: #6c9cff;
}
#side-mn ul li{
  list-style: none;
  line-height: 30px;
  padding: 0px 25px;
  text-transform: uppercase;
  font-size: 13px;
}
/*hover effects*/
#side-mn ul li a{
display: block;
color:#1086e0;
padding: 2px 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#side-mn ul li a:hover{
color: #ff5900;
padding: 2px 6px;
}
/*hover effects*/
#side-mn h4{
  color: #cb3e00;
}
.inner-column {
  background: #fff;
  padding: 0px 15px; 
  /*border: 1px solid #ccc;*/
  border-radius: 10px;
  /*box-shadow: 1px 1px 5px 2px #ccc;*/
}
/*about*/

 #cources .box{
    margin: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #000;
    border-radius: 43px;
}
#cources .box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
#cources .box .box-heading{
    width: 100%;
    position: absolute;
    bottom: 0px;
   /* left: 5%;*/
    background: #ff5900;
    padding: 10px 60px 10px 25px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
#cources .box:hover .box-heading{
    left: 100%;
}
#cources .box .title{
    margin: 0;
    font-size: 13px;
    /*font-weight: bold;*/
}
#cources .box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
#cources .box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 35px;
    background:rgb(255 89 0 / 76%);
    transition: all 0.3s ease 0s;
}
#cources .box:hover .boxContent{
    left: 0;
}
#cources .box .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
#cources .box .read{
    display: inline-block;
    padding: 8px 20px;
    background: #3da44f;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
}
#cources .box .read:hover{
    text-decoration: none;
    background: #fff;
    color: #cb3e00;
}
#cources .box .read i{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    #cources .box .boxContent{ padding: 10px; }
    #cources .box .read{ margin-top: 10px; }
}
#cources{
   padding: 35px 0px;
background-color: #ccccccba;
}.career-holder {
    padding: 0px 10px;
}
.career-holder h1 {
    /*text-transform: uppercase;*/
    position: relative;
    font-size: 15px;
}
.career-holder h1::before {
   content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: -17px;
    top: -1px;
}
/*enquiry form */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
/*enquiry ends*/
.section-heading {
  margin-top: 0;
  font-weight: bold;
  padding-bottom: 11px;
  color: #ff5900;
  text-align: center;
  margin-bottom: 25px;
   letter-spacing: 1px; 
  text-transform: uppercase;
  font-size: 22px;
}.section-heading:before {
    background-color: #937dff;
}
.section-heading.text-white:before {
  background-color: #886ffe;
}
.section-heading.text-white:after {
  background-color: #ff5900;
}
.section-heading1.text-white:before {
  background-color: #856cff;
}
.section-heading1.text-white:after {
  background-color: #ff5900;
}
.section-heading:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 53px;
    height: 1px;
    width: 90px;
    margin-left: -50px;
}
.section-heading:after {
    background-color: #ff5900;
}
.section-heading:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 51px;
    height: 5px;
    width: 40px;
    margin-left: -25px;
    border-radius: 4px;
}

/*------------oftr chnfg-----------------*/
#competitive_exams .demo{
  /*background-image: url(../images/examsbg.jpg);*/
      background-image: url(../images/bg_banner.png);

    /*background-position: center top;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    padding: 35px 0px;
    /*background-color: #ff590021;*/
}

#competitive_exams .serviceBox{
    padding: 40px 31px;
    background: #fff;
    border: 3px solid blue;
    /*border-bottom-color: #ff5900;*/
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s; 
    border-radius:  62px;  
}
#competitive_exams .exams_hvr{   
    transition: all 0.5s ease 0s;
    overflow: hidden; 
}
#competitive_exams .exams_hvr img{
width: 100%;
height: auto;
transform: scale(1);
transition: all 2s ease 0s;
}
#competitive_exams .exams_hvr img:hover{
transform: scale(1.2);
}
#competitive_exams .serviceBox:hover{ border: 3px solid #ff5900;background-color: #ccc;color:#fff; }
#competitive_exams .serviceBox:hover .description{color:#fff;}
#competitive_exams .serviceBox:hover .title{color:#fff;}

#competitive_exams .serviceBox:before,
#competitive_exams .serviceBox:after{
    content: "";
    width: 20%;
    height: 5px;
    background: blue;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
#competitive_exams .serviceBox:hover:before,
#competitive_exams .serviceBox:hover:after{
    opacity: 1;
    left: 50%;
}
#competitive_exams .serviceBox:after{
    top: auto;
    bottom: -3px;
}
#competitive_exams .serviceBox .service-icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #cb3e00;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #fff;
}
#competitive_exams .serviceBox .title{
   font-size: 20px;
    font-weight: bold;
    color: #cb3e00;
    margin: 10px 0 10px 0;
    transition: all 0.5s ease 0s;
}
#competitive_exams .serviceBox:hover .title{ /*opacity: 0;*/color: #6c9cff; }
#competitive_exams .serviceBox .description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
}
#competitive_exams .serviceBox:hover .description{
   /* margin-top: -20px;
    padding-bottom: 20px;*/
}
@media only screen and (max-width:990px){
    #competitive_exams .serviceBox{ margin-bottom: 30px; }
}
.view-a{margin-top: 25px;}
.view-gal{background-color:#ff5900;padding:40px 10px;color:#000;}
#competitive_exams .exams {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#competitive_exams .exams a{  
  background-color: #ff5900;
  color: #fff;
  padding: 6px 20px;
  border-radius: 10px;
  text-decoration: none;
}
#competitive_exams .exams a:hover{background-color: #569bea;}
#competitive_exams .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*----------------------------------------*/
/*  8.  Subscribe Area
/*----------------------------------------*/
#subscribe_sec .subscribe-area {
  background-image:url("../images/subscribe_bg.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment: fixed;
  padding: 50px 0px;
}

#subscribe_sec .subscribe-form {
  text-align:center;
  display:table;
}
#subscribe_sec .subscribe-form h3 {
  font-size:36px;
  color:#ffffff;
  margin-bottom:20px;
}
#subscribe_sec .subscribe-form p {
    margin-bottom: 55px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}
#subscribe_sec .subscribe-form input {
    width: 68%;
    height: 50px;
    border: 0;
    padding: 0 15px 0 25px;
    border-radius: 30px 0 0 30px;
}
#subscribe_sec .subscribe-form button {
    border: 0;
    height: 50px;
    border-radius: 0 30px 30px 0;
    margin-left: -4px;
}
#subscribe_sec .subscribe-form.style-2 input {
  background-color:#f7f7f7;
}
.subscribe-form.style-3 {
  position:relative;
}
#subscribe_sec .subscribe-form.style-3 input {
  background-color:#f7f7f7;
  color:#c2c2c2;
  width:100%;
}
#subscribe_sec .subscribe-form.style-3 button {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #8bc052;
    padding: 0;
    padding: 10px;
  cursor:pointer;
}

#subscribe_sec .btn-common {
    background-color: #cb3e00;   
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 20px;
    min-width: 140px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #6ac142;
    border-radius: 30px;
    transition: .3s;
}

/**/
#main-features {
  padding: 50px 0;
  background-color: #f9ebe794;
}
#main-features h2,
#main-features_green h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: 0;
    padding-top: 0
}

#main_content .post h2 {
    font-size: 26px;
    line-height: 28px
}

#main-features p.lead,
#main-features_green p.lead {
    color: #4a4949;
    font-size: 18px;
    margin-bottom: 60px
}

#main-features h3,
#main-features_green h3 {
    color: #ff5900;
    font-size: 18px;
    font-weight: 700
}
#main-features .feature {
    padding-left: 95px;
    position: relative
}

#main-features .feature i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #cb3e00;
    font-size: 26px;
    color: #3da44f;
}

#main-features_green .feature i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 26px;
    color: #fff
}
/*.neet{margin-top: 30px;margin-bottom: 30px;}*/
#iit_jee{border:2px solid#ccc;
padding: 40px;background:url(../images/bg_banner.png);
box-shadow: 50px solid#000;margin-top: 30px;margin-bottom: 30px;}
#competitive_exams{background-color: #ff5900;}
/*======faculty page======*/
.fac-sec .our-team{
   text-align: center;
    margin-bottom: 30px;
    padding: 4px;
    border: 1px solid #026ce6;
}
.fac-sec .our-team .pic{
    position: relative;
    overflow: hidden;
}
.fac-sec .our-team .pic img{
    width: 100%;
    height:250px;
    transition: all 0.2s ease 0s;
}
.fac-sec .our-team .social_media_team{
    width: 100%;
    position: absolute;
    bottom: -100%;
    padding: 25px;
   background-color: rgba(241, 126, 37, 0.7);
    transition: all 0.35s ease 0s;
}
.fac-sec .our-team:hover .social_media_team{
    bottom: 0px;
}
.fac-sec .our-team .description{
    margin-top: 10px;
    color: #fff;
}
.fac-sec .our-team .team_social{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    top:2%;
}
.fac-sec .our-team .team_social li{
    display: inline-block;
    margin: 0 5px 0 0;
}
.fac-sec .our-team .team_social li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.fac-sec .our-team .team_social li a:hover{
    background: #fff;
    color:#424242;
}
.fac-sec .our-team .team-prof{
    margin-top: 10px;
}
.fac-sec .our-team .post-title a{
    text-transform: capitalize;
    color:#424242;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.2s ease 0s;
}
.fac-sec .our-team .post-title a:hover{
    text-decoration: none;
    color:#85102b;
}
.fac-sec .our-team .post{
   color: #151515;
    font-size: 15px;
}
@media screen and (max-width: 990px){
   .fac-sec .our-team{
        margin-bottom: 30px;
    }
}
.fac-sec{margin-top: 30px;margin-bottom: 30px;}
/*ends*/
/*breadcrumb section start here*/
#cnt_banse{background:linear-gradient(rgba(41, 40, 38, 40%), rgba(80, 76, 73, 50%)), url(../images/banner-.jpg);}
.can_tit{padding-bottom: 43px;
padding-top: 36px;
text-align: center;
color:#fff;}
.can_tit a{color:#fff;}

/*breadcrumb section end here*/
/*about page start here*/
#abt-sec {
    padding: 80px 0px;
}
#abt-sec p{
    line-height: 25px;
}
.story-himg img{
    width: 100%;
}
.about-p3 .container {
    padding-top: 100px;
}
.abt_img_sec img{
  height: 300px;
  max-width: 225px;
  width: 100%;
}
/*about page end here*/
/*contact page*/
.section-header h2{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.conatact_hdr h2{
  margin-top: 0px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cb3e00;
}
.contact_sec input{
  width: 100%;
  padding: 7px 5px;
  margin-bottom: 5px;
  border:1px solid #a9a9a9;
}
.contact_sec textarea{
  width: 100%;
  padding: 7px 5px;
  height: 150px;
}
.sbmt-btn {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sbmt-btn button{
  border: none;
  background-color: #ff5900;
  padding: 8px 20px;
  color: #fff;
}
.sbmt-btn button:hover{
 background-color: blue;
 color: #fff; 
}
.address_sec .fa {
 width: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #cb3e00;
}
.address_sec .fa-phone {
 height: 25px;
}
.address_sec .fa-map-marker {
 height: 40px;
}
/*contact page*/
/*courses pages*/
.sidebar {
padding: 8% 5%;
    border: 3px rgb(203, 62, 0) solid;
     background-image: url(../images/bg_banner.png); 
    /*background-color: #36a653;*/
    margin-bottom: 2em;}
.title_sec h3{
 color: #333;
margin-top: 0px;
font-size: 26px;
position: relative; 
}
.title_sec h3:after{
  position: absolute;
content: "";
width: 50px;
height: 3px;3262
background-color: #ea1d23;
bottom: -8px;
left: 0;
}
.sidebar h3 {
color: #333;
margin-top: 0px;
font-size: 26px;
position: relative; }
.sidebar h3:after {
position: absolute;
content: "";
width: 50px;
height: 3px;
background-color: #ea1d23;
bottom: -14px;
left: 0; }
.sidebar #menunav {
margin-top: 11%; }
.sidebar #menunav li {
border-bottom: 1px rgb(0 160 227) dashed; }
.sidebar #menunav li:last-child {
border-bottom: none; }
.sidebar #menunav li a {
color: #333;background-color: #6cbaf7; }
.sidebar #menunav li a:before {
content: '\f0da';
font-family: "FontAwesome";
margin-right: 12px; }
.sidebar #menunav li a:hover {
/*color: rgba(255, 255, 255, 0.59);*/
background-color: #ff5900;
color:#fff;
font-weight: 500; }
.sidebar #menunav li a:visited {
color: rgba(255, 255, 255, 0.59);
background-color: transparent;
font-weight: 500; }
.sidebar #menunav li.active a {
color: rgb(237, 28, 39);
/*background-color: #eee;*/
font-weight: 500; }
.sidebar #menunav li.active:hover a {color:#fff;}
.sidebar #menunav i {
font-weight: 600; }
.sidebar #menunav .collapse {
list-style: none; }
#courses_sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
#courses_sec h3{
	text-transform: uppercase;
}
/*course*/

/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/
.section-gallery-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
 /* background-image: url('../images/bg-geometry.png');*/
  background-repeat: repeat;
  background-size: initial;
}
.gallery-container {
  padding: 12px;
  margin: 0;
}
.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.gallery-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-light-box .gallery-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 4px 5px;
}
.gallery-light-box .gallery-img:before {
 background: rgb(54, 166, 83);
  width: 0%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img:after {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  left: 150%;
  margin-left: -21px;
  top: -64px;
  background: #6cbaf7;
    color: #fff;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img img {
  width: 100%;
  max-width: 100%;
  height: 245px;
    object-fit: cover;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.gallery-light-box:hover .gallery-img:before {
 background: #ff5900;
    width: 100%;
    height: 1500px;
}
.gallery-light-box:hover .gallery-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -42px;
}
.gallery-light-box:hover .gallery-img img {
  opacity: 0.4;
}
.gallery-light-box:hover .gallery-img figcaption {
  bottom: 0px;
  left: 0;
}
.no-bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px !important;
}
/*gallery section end here*/
/*foundation page start here*/
.competitive_exams {
  background-color: #fff;  
}
#competitive_exams a:hover, a:focus{
    outline: none;
    text-decoration:none;
}
#competitive_exams #accordion .panel{
    border-radius:0;
    margin-bottom:15px;
}
#competitive_exams #accordion .panel-heading{
    padding:0;
}
#competitive_exams #accordion .panel-title{
    position: relative;
}
#competitive_exams #accordion .panel-title:before{
    content: "";
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #eee;
    border-top: 12px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 32px;
}
#competitive_exams #accordion .panel-title a{
  /*{ color: #333;
    background: #6cbaf7;
     }*/
   /* color: #fff;
    background: #e63c22;*/
    color: #333;
     background: #6cbaf7;
    display: block;
    font-size: 13px;
    line-height: 0px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 10px 13px 62px;
}
#competitive_exams #accordion .panel-title a.collapsed{
    color:#5b5656;
    background:#fff;
}
#competitive_exams #accordion .panel-title a:before,
#competitive_exams #accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top:0;
    left:0px;
    padding:14px 10px;
    color:#e63c22;
    background:#eee;
}
#competitive_exams #accordion .panel-title a.collapsed:before{
    content: "\f067";
}
#competitive_exams #accordion .panel-body{
    color: #828282;
    font-size: 14px;
    line-height: 26px;
}
#competitive_exams .panel-body p strong{
  color: #ff5900;
  font-size: 16px;
}

#exam_tbl table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 1em;
}
#exam_tbl table th, table td {
 /* padding: 10px 10px;*/
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /*white-space: pre;*/
}
#exam_tbl table thead th,
#exam_tbl table tbody td {
  text-align: center;
}
#exam_tbl table thead {
  color: white;
  background: #0cf;
}
#exam_tbl table thead th {
  padding: 1em;
}
/*foundation page end here*/
/*iit_jee*/
#iit_jee {
  background-color: #fff;
}
  #competitive_exams ul {
  
  font-size: 15px;
  list-style: none; 
}
#competitive_exams ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
#competitive_exams ul li:after {
  content: '';
  height: 8px;
  width: 8px;
  background: #cb3e00;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: .25em;
  left: 0;
}
#competitive_exams p strong{
  color: #cb3e00;
}
#competitive_exams li strong{
  color: #cb3e00;
}
#exam_tbl .dataTable tbody td {
    text-align: left;
    padding-left: 10px;
}
#exam_tbl p a{
 color: #cb3e00; 
}
.gate_exam h2{
font-size: 20px;
}
/*iit_jee*/
.down {
  color: red;
}
/*my code end here*/









/***** media queries  ******/
@media (min-width: 1400px){
.icon-box {
    padding: 67px 110px 61px;
}
.service-offer-left{
padding:61px  78px
}
}
@media (max-width: 1300px){
  #side-mn ul li {    
    padding: 0px 8px;    
}
#side-mn {
    padding: 10px 0px;
    border: 1px solid grey;
    box-shadow: 1px 1px 5px 2px #ccc;
    border-radius: 5px;
    text-align: left;
    height: 207px;
    margin-bottom: 10px;
    background: #fff;
}
.splmar {
    height: 382px;
    padding: 8px;
}
.nav-brand img {
    height: 50px;
}
.nav-menu>li>a {   
    padding: 29px 6px;
  }
  .nav-brand {
    line-height: 59px;
}
.smGlobalBtn {    
    width: 36px;
    height: 36px; 
    font-size: 17px;  
    line-height: 35px;   
}
}
@media (max-width: 1200px){
  #side-mn {
padding: 10px 10px;
    border: 1px solid grey;
    box-shadow: 1px 1px 5px 2px #ccc;
    border-radius: 5px;
    text-align: left;
    padding-right: -4px;
    margin-top: 0px;
    background: #fff;
    height: 170px;
    }
  .carousel-caption h3 {
    font-size: 28px;
    color: #cb3e00;
}
.carousel-caption p {
    font-size: 24px;
    color: #3da44f;
}
.page-scroll .nav-menu>li>a {
    height: 71px;
    padding: 23px 6px;
    color: #000;
}
.page-scroll .nav-brand {
    line-height: 62px;
}
.note-title {
    width: 198px;
    padding: 5px 8px 5px 31px;
    font-size: 20px;
    color: #FFF;
    background: #36a653;
}
  }
@media (max-width: 1024px){
.wsmenu>.wsmenu-list>li>.navtext>span {
  letter-spacing: -0.5px;
}
.note-title {
    width: 185px;
    padding: 5px 8px 5px 11px;
    font-size: 20px;
    color: #FFF;
    background: #36a653;
}
}
@media (max-width: 1000px){
.wsmenu>.wsmenu-list>li{
    margin: 0 0px;
}
}
@media (max-width: 990px){
	.mt-100{
		margin-top: 0;
	}
	.mt--100 {
    margin-top: 0px;
}
.smllogo::after {
   
     background: none; 
}
#regist-sec{
 display: none;
}
.mage-sidebar{
  display: none;
}
.branch-sec .branch-ul li{
  width: 33%;
}
.nav-header:before{
width: 113%;
}
.page-scroll{
  height: 62px;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}
.page-scroll .nav-menu>li>a {
    height: 40px;
    padding: 23px 10px;
    color: #4c4949;
}
.dsp-flx{
  display: block;
}
.pro-bg{
  background-image: none;
}
#top_header {    
    font-size: 13px;
}
.carousel-caption h3 {
    font-size: 20px;
    color: #cb3e00;
}
.carousel-caption p {
    font-size: 18px;
    color: #3da44f;
}
.note-title {
    width: 143px;
    padding: 5px 8px 5px 11px;
    font-size: 20px;
    color: #FFF;
    background: #36a653;
}
}
@media (max-width: 767px){
   footer.nb-footer .copyright p{
       text-align:center;
   } 
   .mb_e {
    display: none;
   }
}
@media (max-width: 600px){
    
.h1-t{
	font-size: 20px;
	padding: 5px;
	}
.single_department {
    padding: 25px 15px;
}
.branch-sec .branch-ul li{
  width: 50%;
}
.divcenter h2 {
    line-height: 27px;
    font-size: 18px;
}
.service-box h3 {
    font-weight: bold;
    font-size: 20px;
}
.div-num {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    /* color: #0f67cc; */
    border: 2px solid #ccc;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
h3.title-w3pvt{
  font-size: 22px;
}
.carousel-caption h3 {
    font-size: 21px;
}
.carousel-caption p {
    font-size: 18px;
}
.carousel .carousel-caption {
    padding-bottom: 15px;
}
#subscribe_sec .subscribe-form input {
    width: 45%;   
}
.mb_nn{
  display: none;
}
.carousel-caption h3 {
    font-size: 15px;
}
.carousel-caption p {
    font-size: 15px;
}
}
@media (max-width: 450px){
.note-title {
    width: 74px;
    padding: 11px 15px 10px 3px;
    font-size: 12px;
}
}
@media (max-width: 375px){
  .carousel .carousel-caption {
   display: none;
}
#top_header {   
    font-size: 12px;
}
.note-title {
 width: 67px;
    padding: 10px 15px 14px 3px;
    font-size: 11px;
}
}