/*cologne-education Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. banner
6. contact-form
7. About section
8. gallery_wrapper
9. services-one
10.fact-counter
11.gallery-section
12.faculties-section
13.blog-section
14.sponsors-logos
15.main-footer
16.gallery-popup
17.Sponsors Style Two
18.about-us
19.gallery_wrapper style-two
20.choose-us
21.course-categories
22.testimonials
23.video-section
24.fact-counter
25.blog-section
26.footer-style-two
27.about
28.gallery_wrapper style-three
29.fetures-section
30.faculties-section style-two
31.blog-section style-two
32.contact-form style-two
33.combo-section
34.location-links
35.page-title
36.Styled Pagination
37.gallery_wrapper style-three
38.contact-info
39.gradient-overlay style-two



**********************************************/


@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Rasa:500,600,700');



@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(bootstrap-select.min.css);
@import url(masterslider.css);
@import url(revolution-slider.css);
@import url(ms-vertical.css);
@import url(polyglot-language-switcher.css);
@import url(bootstrap.css);
@import url(bootstrap.min.css);
@import url(layers.css);
@import url(settings.css);
@import url(jquery.fancybox.css);
@import url(hover.css);


@media (min-width:1200px) {
  .container {
    padding: 0px;
  }

}

@font-face {
	font-family:FiraSans-Light;
	src:url(../fonts/FiraSans-Light.otf);
}
@font-face {
	font-family:FiraSans-Medium;
	src:url(../fonts/FiraSans-Medium.otf);
}
/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#000!important;
  line-height:1.8em;
  font-weight:400;
  /*background:#ffffff;*/
  font-family: 'Barlow', sans-serif!important;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

a{
  text-decoration:none;
  cursor:pointer;
  color:#60b208;
  font-family: 'Barlow', sans-serif;
}

a:hover,a:focus,a:visited{
  text-decoration:none;
  outline:none;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
 font-family: 'Barlow', sans-serif!important;
  font-weight:normal;
  margin:0px;
  background:none;
  line-height:1.6em;
}
ul{font-family: 'Barlow', sans-serif;}

label{font-family: 'Barlow', sans-serif;    font-size: 14px;}

input,button,select,textarea{
 font-family: 'Barlow', sans-serif;
}
button{font-family: 'Barlow', sans-serif!important; }
p{
  position:relative;
  line-height:1.8em;
  font-family: 'Barlow', sans-serif; 
  font-size:14px;
  color:#333;
}
.dash{font-family: 'Barlow', sans-serif!important;}
ul#sidenav01 li a{ font-family: 'Barlow', sans-serif;  }
.strike-through{
  text-decoration:line-through; 
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow: hidden;
  
}

ul,li{
  list-style: none;
  padding:0px;
  margin:0px; 
}

.theme-btn{
  display:inline-block;
  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;
  font-family: 'Assistant', sans-serif;
}

.centered{
  text-align:center;  
}

.anim-3,.anim-3-all *{
  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;  
}

.anim-5,.anim-5-all *{
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}

.anim-7,.anim-7-all *{
  transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -webkit-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;  
}

.btn-style-one {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    background: #173e7a;
    border: 1px solid #173e7a;
    font-family: 'Rasa', serif;
    font-weight: 600;
    line-height: 26px;
    padding: 3px 14px;
    display: inline-block;
    transition: all 500ms ease;
}

.btn-style-one:hover{
  color: #173e7a;
  background: transparent;
  border: 1px solid #173e7a;
  transition:all 500ms ease;
}

.btn-style-two{
  position: relative;
  color: #ffffff !important;
  font-size: 16px;
  text-align: center !important;
  background: #60b208 !important;
  border: 1px solid #60b208 !important;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  padding: 10px 30px;
  transition:all 500ms ease;
}
.btn-style-two:hover{
  color: #222222 !important;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  transition:all 500ms ease;
}
.btn-style-three {
    position: relative;
    color: #60b208 !important;
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    display: inline-block;
    border: 3px solid #60b208 !important;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 80px !important;
    transition: all 500ms ease;
	text-transform: uppercase;
	margin-left: 17em !important;
}
.btn-style-three:hover{
  position: relative;
  color: #ffffff !important;
  background: #60b208 !important;
  border: 3px solid #60b208 !important;
  font-weight: 600;
  transition:all 500ms ease;
}

.theme-btn .fa{
  position:relative;
  top:2px;
  padding-left:7px;
}

.theme_color{
  color:#fbca00;  
}

.light-font{
  font-weight:300;  
}

.regular-font{
  font-weight:400;  
}

.semibold-font{
  font-weight:600;  
}

.bold-font{
  font-weight:700;  
}


/*** 

====================================================================
  preloader style
====================================================================

***/

.preloader{
  position:fixed; 
  left:0px; 
  top:0px; 
  height:100%; 
  width: 100%; 
  z-index:999999; 
  background-color:#ffffff; 
  background-position:center center; 
  background-repeat:no-repeat; 
  background-image:url(../images/icons/preloader.gif);
}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

.scroll-to-top{
  position:fixed;
  bottom:15px;
  right:15px;
  color:#ffffff;
  font-size:12px;
  line-height:32px;
  padding: 8px;
  width:34px;
  height:34px;
  border: 1px solid #ffffff;
  background: #173e7a;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  border-radius:17px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
 
}

.scroll-to-top:hover{
  background:#ffffff;
  color:#60b208;
  transition:all 500ms ease;
}



/*** 

====================================================================
  Page Title Style
====================================================================

***/

.page-title{
  position:relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  text-align:center;
}
.page-ab{
 position:relative;
  padding-top: 75px !important;
  padding-bottom: 70px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  text-align:center;
}

.page-title:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  position:absolute;
  background: rgba(0, 0, 0, 0.70);
}

.page-title .container{
  position:relative;
  z-index:1;
} 

.page-title .title-text{
  padding: 15px 0px 35px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title .title-text h1{
    position: relative;
    font-size: 40px;
    color: #FFF;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
	    margin-top: 0px;
}
.page-title .title-text .title-menu{
  position: relative;
  text-align: center;
}

.page-title .title-text .title-menu li{
  position:relative;
  color:#60b208;
  display: inline-block;
  line-height:28px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.page-title .title-text .title-menu li a:after{
  content:'/';
  position:absolute;
  width:10px;
  line-height:25px;
  font-size:15px;
  margin-left: 10px;
}

.page-title .title-text .title-menu li:last-child:after{
  display:none; 
}

.page-title .title-text .title-menu li a{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color:#9a9a9a;
  margin-right: 25px;
  transition:all 500ms ease;
}

.page-title .title-text .title-menu li a:hover{
  color: #60b208;
  transition:all 500ms ease;  
}



/*** 

====================================================================
  Styled Pagination
====================================================================

***/

.styled-pagination{
  position:relative;
  font-family:'Roboto',sans-serif;
}
.styled-pagination.style-two{
  margin-top: 80px;
}

.styled-pagination li{
  position:relative;
  display:inline-block;
  margin:0px 5px;
}

.styled-pagination.style-two li a{
  border-radius: 40px;
}
.styled-pagination li a{
  position:relative;
  display:block;
  line-height:20px;
  padding:10px 5px;
  font-size:14px;
  text-transform:capitalize;
  min-width:42px;
  color: #9a9a9a;
  font-weight:500;
  text-align:center;
  border-radius:2px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
}

.styled-pagination li a.next{
  font-size: 13px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
  color: #ffffff;  
  background: #173e7a;  
  transition:all 500ms ease;
}






/*** 

====================================================================
  Main Header style
====================================================================

***/


.header-upper{
  position:relative;
  padding: 10px 0px;
  border-bottom: 3px solid #60b208;
  background:#ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  z-index:20;
}

.step p {
    font-weight: 600;
    font-size: 17px;
}

.header-upper .header-upper-bg {
  background: #ffffff;
}

.header-upper ul li {
  display: inline-block;
}

.header-upper ul li.link_btn .btn-style-one{
  position: relative;
  width: 240px;
  height: 40px;
  bottom: 5px;
  margin-left: 60px;
  line-height: 20px
}

.header-upper .single-info-box {
  position: relative;
  padding-left: 40px;
  top: 13px;
}

.text-holder p {
    padding-top: 10px;
}

.header-upper .single-info-box .icon-holder {
  left: 0;
  position: absolute;
  top: 4px;
  border: 0px solid #60b208;
  text-align: center;
  width: 40px;
  height: 40px;
}

.header-upper .single-info-box .icon-holder span:before {
  color: #60b208;
  font-size: 24px;
  line-height: 40px;
  margin-left: 0px;
}

.header-upper .single-info-box .text-holder {
  margin-top: 8px;
  text-align: left;
}

.link_btn {
	margin-top: 25px;
	text-align: right;
}

.header-upper .single-info-box .text-holder p {
  font-size: 16px;
  color: #222222;
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-upper .single-info-box:hover .text-holder p{
  color: #222222;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-upper .single-info-box .text-holder p span{
  color: #60b208;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

.header-upper .social-links {
  position: relative;
  top: -10px;
}

.header-upper .social-links ul {
  
}

.header-upper .social-links ul li {
  display: inline-block;
  margin-left: 12px;
}

.header-upper ul li .social-links ul li a i {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #292929;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  box-shadow: 0px 3px 4px #d3d3d3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-upper ul li .social-links ul li a:hover i{
  background: #fdc716;
  color: #fff;
}


.nav_right_area{
   display: inline-block;
    /* float: right; */
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 50px;

}

.nav_right_area li{
  padding: 8px 0px;
  position: relative;
  display: inline-block;
}

.nav_right_area .login-option i{
  color: #ffffff;
  margin-right: 10px;
}

.nav_right_area .login-option span{
  color: #ffffff;
  font-size: 15px;
}

.nav_right_area .login-option i:before{
  margin-left: 0px;
  font-size: 11px;
}

#polyglotLanguageSwitcher i:before{
  margin-left: 0px;
  font-size: 14px;
}

#polyglotLanguageSwitcher {
    display: inline-block;
    padding-left: 15px;
    border-left: 2px solid #ededed;
}

#polyglotLanguageSwitcher ul.dropdown li{
  color: #ffffff;
  background: #60b208;
  border: 1px dotted #fff;
}

#polyglotLanguageSwitcher ul.dropdown li:hover{
  background: #173e7a;
}

#polyglotLanguageSwitcher span.trigger:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  color:#fff;
  top:-1px;
  right:-32px;
}

#polyglotLanguageSwitcher a {
  font-family: 'Fira Sans', sans-serif;
  display: inline-block;
  font-size: 14px;
  color:#fff;
  padding: 0px 10px;
  text-transform: capitalize;
  font-weight: normal;
}

.nav_right_area .login-option {
    color: #ffffff;
    margin-right: 15px;
}

.nav_right_area .outer-search-box .seach-toggle {
  background: transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-right: 50px;
  position: relative;
  top: 4px;
  text-align: center;
  transition: all 500ms ease;
}

.nav_right_area .search-box {
  opacity: 0;
  position: absolute;
  right: 35px;
  top: 150%;
  transition: all 500ms ease 0s;
  visibility: hidden;
}
.nav_right_area .search-box.now-visible{
  top:100%;
  opacity:1;
  visibility:visible; 
}
.nav_right_area .search-box .form-group{
  position:relative;
  padding:0px;
  margin:0px;
  width:100%;
  min-width:250px;
}
.nav_right_area .search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #60b208;
  color: #60b208;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
}
.nav_right_area .search-box .form-group input[type="search"]:focus{
  border-color:#173e7a; 
}
.nav_right_area .search-box .form-group button, 
.nav_right_area .search-box .form-group input[type="submit"] {
  background: #60b208;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0px;
  width: 40px;
  transition: all 500ms ease 0s;
}
.nav_right_area .search-box .form-group button:hover,
.nav_right_area .search-box .form-group input:focus + button{
  color:#fff;
  background: #173e7a;
}

.menu-bar{
  position: relative;
  margin: 0px 35px;
  background: #2c4d82;
      text-align: center;
}

.container.menu-bg {
  position: relative;
  margin-bottom: -52px;
}

.container.menu-bg:before {
/*     background: #173e7a none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: -20px;
    position: absolute;
    top: -29px;
    transform: skewY(60deg);
    width: 35px; */
}

.container.menu-bg:after {
/*   background: #173e7a none repeat scroll 0 0;
  content: "";
  height: 50px;
  right: -20px;
  position: absolute;
  top: -29px;
  transform: skewY(-60deg);
  width: 35px; */
}

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  background: #ffffff;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}


.fixed-header .sticky-header{
  border-top: 3px solid #173e7a;
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-menu{
  position:relative;
  display: inline-block;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  display: inline-block;
  padding: 16px 0px;
}
.sticky-header .main-menu .navigation > li{
  margin-right: 0px;
}

.main-menu .navigation > li > a > i:before{
  margin-right: 5px;
  font-size: 16px;
}

.main-menu .navigation > li > a{
position: relative;
    display: block;
    font-size: 13.8px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 17px;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 0.04em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-right: 1px solid #6c83a8;
}

.sticky-header .main-menu .navigation > li > a{
  color: #ffffff;
  padding: 12px 12px;
  transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
  color: #ffffff;
  opacity:1;
  transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
  /*background: #60b208;*/
  color:#ffffff;
  opacity:1;
  transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
  opacity:1;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:130%;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#012f5d;
  border-top:3px solid #ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  border-bottom:1px solid rgba(255,255,255,0.30);
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 15px;
  line-height:28px;
  font-weight:400;
  background: #60b208;
  font-size:16px;
  text-transform:capitalize;
  color: #ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
  background: #173e7a;
  color: #ffffff;
  transition:all 500ms ease;
}


.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color:#ffffff;
  transition:all 500ms ease;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:100%;
  transition:all 500ms ease;  
}


.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 10px;
  border:none;
  font-size:16px;
  line-height:28px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:block;
}





/*** 

====================================================================
  Main Slider style
====================================================================

***/


.banner{
  position: relative;
  z-index: 1;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

#main_slider .logo-text{
  position: relative;  
}

#main_slider .logo-text li{
  display: inline-block;
  color: #ffffff;
  margin: 0px 5px;
  font-size: 18px;
  font-weight: 600;
}

.main_heading.tp-caption.tp-resizeme {
    margin-left: 45em !important;
}

#main_slider h1 {
  line-height: 70px;
  position: relative;
  font-size: 44px;
  color: #000;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 60px;
}

#main_slider h2 {
  line-height: 70px;
  position: relative;
  font-size: 44px;
  color: #60b208;
  font-weight: bold;
  text-align: left;
  line-height: 0px;
}

#main_slider h3 {
    line-height: 70px;
    position: relative;
    font-size: 32px !important;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 0px !important;
}

#main_slider p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.hephaistos.tparrows{
  width:55px;
  height:55px;
  line-height: 80px;
  background: #ffffff;
  border:3px solid #000;
  border-radius: 50px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 60% !important;
}

.hephaistos.tparrows:hover{
  border:3px solid #000;
  background: #60b208;
}

.hephaistos.tparrows:before {
  color: #000;
  margin-top: 20px;
}

.hephaistos.tparrows:hover:before{
  color: #ffffff;
}




/*** 

====================================================================
  default-form Section Style
====================================================================

***/

.default-form {
  position: relative;
}


.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}


.default-form .form-box{
  position:relative;
}

.default-form .form-group{
  position:relative;
  margin-bottom:20px; 
}
.default-form.style-two .form-group{
  position:relative;
  margin-bottom: 30px; 
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 40px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #dddddd;
  padding:12px 15px;
  background: #ffffff;
  text-transform: capitalize;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 155px;
  resize:none;
}

.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #48c7ec;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #cc8800;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
}


.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
    color: #48c7ec;
    background: none;
    border: none;
    font-size: 18px;
}








/*** 

====================================================================
  Call Back Section Style
====================================================================

***/


.contact-form .form-widght{
  position: relative;
  margin-top: -70px;
  z-index: 99;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 68px -11px rgba(0,0,0,0.62);
  -moz-box-shadow: 0px 3px 68px -11px rgba(0,0,0,0.62);
  box-shadow: 0px 3px 68px -11px rgba(0,0,0,0.62);
}

.contact-form .form-section{
  margin-left: 40px;
}

.contact-form .item{
  display: inline-block;
  width: 300px;
  margin-left: 30px;
}

.contact-form .item h5{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rasa', serif;
  color: #222222;
  line-height: 24px;
  margin-top: 35px;
  margin-bottom: 10px;
}

.item .form-group select{
  -webkit-appearance:none;
  -ms-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
  cursor:pointer;
}


.contact-form .item input[type="text"],
.contact-form .item input[type="email"],
.contact-form .item input[type="password"],
.contact-form .item input[type="tel"],
.contact-form .item input[type="number"],
.contact-form .item input[type="url"],
.contact-form .item select,
.contact-form .item textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:40px;
  height:40px;
  padding-left: 20px;
  font-family: 'Assistant', sans-serif;
  font-style: italic;
  font-weight: 300;
  border:1px solid #e0e0e0;
  border-radius:3px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.contact-form .outer-search-box{
  width: 70px;
  height: 150px;
  background: #60b208;
  text-align: center;
  line-height: 150px;
}
.contact-form .outer-search-box .seach-toggle i:before{
  margin-left: 0px;
  font-size: 30px;
  color: #ffffff;
}

.contact-form .search-box {
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 150%;
  transition: all 500ms ease 0s;
  visibility: hidden;
}

.contact-form .search-box.now-visible{
  top:100%;
  opacity:1;
  visibility:visible; 
}

.contact-form .search-box .form-group{
  position:relative;
  padding:0px;
  margin:0px;
  width:100%;
  min-width:250px;
}
.contact-form .search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #60b208;
  color: #60b208;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
}

.contact-form .search-box .form-group input[type="search"]:focus{
  border-color:#173e7a; 
}
.contact-form .search-box .form-group button i:before{
  margin-left: 0px;
}
.contact-form .search-box .form-group button, 
.contact-form .search-box .form-group input[type="submit"] {
  background: #60b208;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  transition: all 500ms ease 0s;
}

.contact-form .search-box .form-group button:hover,
.contact-form .search-box .form-group input:focus + button{
  color:#fff;
  background: #173e7a;
}

.default-form .bootstrap-select{
  padding: 0px;
}
.bootstrap-select.btn-group{
  background: transparent;
}
.bootstrap-select>.dropdown-toggle{
  background: #ffffff;
  height: 45px;
  border: 1px solid #e0e0e0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
  color: #777777;
  right: 18px;
}
.bootstrap-select.btn-group .dropdown-menu{
  background: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li a{
  background: #ffffff;
  color: #777777;
  padding: 10px 20px;
  transition: all 500ms ease;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover{
  background: #343739;
  color: #ffffff;
  transition: all 500ms ease;
}


/*** 

====================================================================
  about-section
====================================================================

***/


.about-section{
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-section .section-title h3{
  position: relative;
  background: url(../images/icons/bd2.png)scroll center bottom;
  background-repeat: no-repeat;
  font-size: 36px;
  color: #222222;
  line-height: 46px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about-section .section-title p{
  font-size: 16px;
  line-height: 26px;

  font-weight: 400;
  color: #777777;
  letter-spacing: .5px;
  margin-bottom: 20px;
}
.about-section .item{
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.border-right:after{
  border-right: 1px solid #f3f3f3;
  position: absolute;
  content:'';
  right: 0px;
  top: -15px;
  height:90%;
  z-index:0;
}
.border-bottom:before{
  border-bottom: 1px solid #f3f3f3;
  position: absolute;
  content:'';
  left: 0px;
  bottom:0px;
  z-index:0;
  width: 90%;
}
.about-section .item h5{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 13px;
  margin-top: 25px;
  font-weight: 500;
  color: #222222;
}
.about-section .item p{
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #777777;
}


/*________________ Gallery _________________*/


.gallery_wrapper{
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}

.gallery_wrapper .section-title h3{
    font-size: 26px;
    color: #222222;
    font-weight: 400;

    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    text-align: left;
    margin-left: 12px;
    padding-bottom: 15px;
    margin-top: 0px;
}
.gallery_wrapper .section-title p{
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.gallery_wrapper .menu_wrapper {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.gallery_wrapper .gallery_menu {
  display: inline-block;
}

.gallery_wrapper .gallery_menu li {
    display: inline-block;
      padding: 18px;
    cursor: pointer;
    font-size: 17px;
    line-height: 0px;
    color: #222222;
}

.gallery_wrapper .gallery_menu li.active,
.gallery_wrapper .gallery_menu li.is-checked{
  border: 1px solid #60b208;
}

.gallery_wrapper .gallery_menu li.active {
    border: 1px solid #45980d;
    background-color: #45980d;
    color: #fff;
}

.gallery_item_container .single_item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 0px;
}

.gallery_item_container .mix {
  display: none;
}

.gallery_item_container .single_item .overlay {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(43, 77, 130, 0.85);
  transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
    transition:all 500ms ease;
}


.gallery_item_container .single_item:hover .overlay {
  transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    transition:all 500ms ease;
}

.gallery_item_container .single_item .overlay .text {
  position: absolute;
    bottom: 44px;
    left: 49px;
  width:100%;
  color:#fff;
}

.gallery_item_container .single_item img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width:100%;
}

.gallery_item_container .single_item:hover img {
  transform: scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}

.gallery_item_container .single_item .overlay .link a {
  text-align: center;
  font-size: 45px;
  color:#ffffff;
    margin:0 8px;
}

.gallery_item_container .single_item .overlay .link {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content:center;
    justify-content: center;
    align-items: center;
    align-items: center;
  -webkit-flex-direction: row;
    flex-direction: row;
    height:100%;
}

.gallery_wrapper .gallery_text .img_holder {
  position: relative;
  overflow: hidden;
}

.gallery_wrapper .single_item .content {
    border-radius: 5px;
  position: relative;
  border-top: 0px solid #60b208;
  padding: 20px 25px;
  background: #0a70be;
  border-bottom: 1px solid #fff;
  min-height:250px;
}
.gallery_wrapper .content h5{
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #000;
  text-align: left;
}

.content a {
	color: #173e7a;
    font-size: 13.5px;
    text-transform: uppercase;

}

.gallery_wrapper .content h6 {
    color:#fff;
    font-size: 17px;
    font-weight:700 ;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 5px;
	/*color: #2c4d82;*/
    text-align: left;
}

.gallery_wrapper .content p{
    color:#fff;
        font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 14px;
}
.gallery_wrapper .content .reting-box{
  position: absolute;
  right: 30px;
  top: 30px;
}

.gallery_wrapper .content .reting-box i{
  color: #60b208;
  font-size: 13px;
}

.gallery_wrapper .content .price-many i{
  font-size: 16px;
}

/*.gallery_wrapper .content .price-many{*/
/*  position: absolute;*/
/*  right: 30px;*/
/*  bottom: -30px;*/
/*  text-align: center;*/
/*  background: #45980d;*/
/*  color: #ffffff;*/
/*  height: 60px;*/
/*  font-size: 18px;*/
/*  font-weight: 500;*/
/*  width: 110px;*/
/*  line-height: 60px;*/
/*  border-radius: 50%;*/
/*  z-index: 1;*/
/*}*/

.gallery_wrapper .content-text li{
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 14px;
  margin: 23px 8px;
}
.gallery_wrapper .content-text .students{
  border-left: 1px solid #d0d0d0
}

.gallery_wrapper .content-text li i{
  color: #60b208;
}
.gallery_wrapper .content-text li i:before{
  font-size: 14px;
  margin-right: 5px;
}
.pad:hover {
    border: 1px solid #B0E0E6;
    color: #B0E0E6;
}

/*** 

====================================================================
  Services Style One
====================================================================

***/


.services-one{
  padding-top: 0px;
  position:relative;
}

.services-one .section-title h3{
  background: url(../images/icons/bd2.png)scroll center bottom;
  background-repeat: no-repeat;
  font-size: 36px;
  color: #222222;
  font-weight: 700;
  font-family: 'Rasa', serif;
  line-height: 46px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.services-one .section-title p{
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 40px;
}

.tabs-box{
  position:relative;
}

.tabs-box .tab-buttons{
  position:relative;  
}

.tabs-box .tabs-content{
  position:relative;  
}

.tabs-box .tabs-content .tab{
  position:relative;
  display:none; 
}

.tabs-box .tabs-content .active-tab{
  display:block;  
}

.services-one .tabs-outer{
  position:relative;
  padding: 0px 130px;
  height: 750px;
  overflow:hidden;
}

.services-one .tabs-outer .circular-layer{
  position:relative;
  display:block;
  width:100%;
  height: 900px;
  border: 2px solid #f6f6f6;
  border-radius:50%;
  margin-top: 50px;
}

.services-one .tabs-outer .service-tabs{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 700px;
}

.services-one .tabs-outer .service-tabs .tab-buttons{
  position:static;  
}

.services-one .tabs-outer .service-tabs .tab-btn{
  position:absolute;
  cursor:pointer;
  color:#555555;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  z-index:1;
}

.services-one .tab-btn .icon-box span:before{
  margin-left: 0px;
  font-size: 30px;
  color: #ffffff;
}

.services-one .tabs-outer .service-tabs .tab-btn .icon-box{
  position:relative;
  display:block;
  height: 60px;
  width: 60px;
  text-align:center;
  font-size:40px;
  line-height: 60px;
  border-radius:50%;
}
.services-one .tab-btn .music-icon{ 
  background:#ff626f;
}


.services-one .tab-btn .file-icon{  
  background:#43a373;
}

.services-one .tab-btn .books-icon{ 
  background:#ff8c5b;
}

.services-one .tab-btn .worldwide-icon{ 
  background:#60b208;
}

.services-one .tab-btn .nature-icon{  
  background:#20bcdb;
}

.services-one .tabs-outer .service-tabs .tab-btn:hover,
.services-one .tabs-outer .service-tabs .tab-btn.active-btn{
  color:#f44122;  
}

.services-one .tabs-outer .service-tabs .tab-btn:nth-child(1){
  left: 120px;
  bottom: 100px;
}

.services-one .tabs-outer .service-tabs .tab-btn:nth-child(2){
  left: 140px;
  bottom: 400px;
}

.services-one .tabs-outer .service-tabs .tab-btn:nth-child(3){
  left: 50%;
  bottom: 670px;
  margin-left: -30px;
}

.services-one .tabs-outer .service-tabs .tab-btn:nth-child(4){
  right: 140px;
  bottom: 400px;
}

.services-one .tabs-outer .service-tabs .tab-btn:nth-child(5){
  right: 120px;
  bottom: 100px;
}

.services-one .tabs-outer .service-tabs .tab-btn:nth-child(6){
  right:10px;
  bottom:20px;
}

.services-one .tabs-outer .service-tabs .tabs-content{
  position:absolute;
  bottom:-50px;
  width: 100%;
  margin-left: 20px;
}

.services-one .tabs-outer .service-tabs .tab{
  position:absolute;
  bottom: 120px;
  text-align:center;
  width:100%;
  transition:all 500ms ease;
}
.services-one .tabs-outer .service-tabs .tab.active-tab{
  transition:all 500ms ease;
}

.services-one .tab-buttons .content-text.text-left{
  position: absolute;
  top: 0px;
  left: 70px;
  width: 190px;
}
.services-one .tab-buttons .content-text.text-center{
  position: absolute;
  top: 70px;
  margin-left: -30px;
  left: -50%;
  width: 190px;
}
.services-one .tab-buttons .content-text.text-right{
  position: absolute;
  top: 0px;
  right: 70px;
  width: 190px;
}

.services-one .tab-buttons .content-text h5{
  position:relative;
  font-size:22px;
  color:#222222;
  line-height: 32px;
  font-family: 'Rasa', serif;
  font-weight:500;
  text-transform:uppercase;
}
.services-one .tab-buttons .content-text span{
  position:relative;
  font-size:15px;
  color:#777777;
  line-height: 26px;
  font-family: 'Assistant', sans-serif;
  font-weight:400;
  text-transform:capitalize;
}

.services-one .tabs-outer .service-tabs .tab .content-box .text{
  position:relative;
  font-size:14px;
  line-height:1.8em;
  color:#222222;
}



/*** 

====================================================================
  Fact Counter Section
====================================================================

***/

.fact-counter{
  position:relative;
  padding: 60px 0px;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
}

.fact-counter:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(43, 77, 130, 0.96);
  z-index:0;
}

.fact-counter .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter .column{
  position:relative;
  text-align:center;
  z-index:5;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 130px;
  margin-right: 125px;
  border: 1px solid #e0e0e0;
}
.fact-counter .column:last-child{
  margin-right: 0px;
}

.fact-counter .column .icon{
  position: absolute;
  top: 50px;
  right: -20px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fact-counter .column .icon span:before{
  margin-left: 0px;
  font-size: 40px;
  color: #60b208;
}
.fact-counter .column .icon:before{
  content:'';
  position:absolute;
  top: -20px;
  left: -10px;
  width:60px;
  height: 70px;
  background: rgba(43, 77, 130, 0.95);
  z-index: -1;
}

.fact-counter .count-outer{
  position:relative;
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 50px;
  font-family: 'Rasa', serif;
}

.fact-counter .count-outer i{
  font-size: 26px;
  margin-left: 5px;
  line-height: 36px;
}
.fact-counter .column .counter-title{
  position:relative;
  font-size: 18px;
  font-weight:400;
  line-height: 28px;
  text-transform:uppercase;
  color:#ffffff;
  font-family: 'Assistant', sans-serif;
}


/*** 

====================================================================
    gallery-section Style
====================================================================

***/

.gallery-section{
  position: relative;
  padding-top: 140px;
  padding-bottom: 150px;
}
.gallery-section .section-title h3{
  background: url(../images/icons/bd2.png)scroll center bottom;
  background-repeat: no-repeat;
  font-size: 36px;
  color: #222222;
  font-weight: 700;
  font-family: 'Rasa', serif;
  line-height: 44px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.gallery-section .section-title p{
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 50px;
}
.gallery-section .link-btn a{
  position: relative;
  font-family: 'Rasa', serif;
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  height: 40px;
  padding: 7px 40px;
  background: #60b208;
  display: inline-block;
  transition:all 500ms ease;
}
.gallery-section .link-btn a:hover{
  color: #ffffff;
  background: #173e7a;
  transition:all 500ms ease;
}

.gallery-section .inner-box {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
}
.gallery-section .inner-box img{
  width: 100%;
}
.sortable-masonry .masonry-item{
  margin-bottom:30px;
  padding:0px 15px;
}
.gallery-section .masonry-item .overlay-box {
  visibility: hidden;
  background: rgba(24, 29, 55, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  right: 100%;
  transition: 0.5s ease;
}

.gallery-section .masonry-item:hover .overlay-box {
  visibility: visible;
  position: absolute;
  display:block;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  right: 0%;
  top: 0%;
}

.gallery-section .masonry-item .overlay-inner {
  position: relative;
  top: 50%;
  margin-top: -30px;
}

.gallery-section .image-link h5{
  font-family: 'Rasa', serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 15px;
}
.gallery-section .image-link span{
  padding: 10px;
  border: 1px solid #60b208;
}
.gallery-section .image-link span:before{
  margin-left: 0px;
  font-size: 14px;
  color: #ffffff;
}


/*** 

====================================================================
  Gallery Popup style
====================================================================

***/


body.popup-visible{
  overflow:hidden;
}

.gallery-box{
  position:fixed;
  left:0px;
  top:-120%;
  width:100%;
  height:100%;
  overflow:auto;
  padding:0px;
  z-index:9999;
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out; 
}

.gallery-box.now-visible{
  top:0px;
  visibility:visible;
  opacity:1;  
}

.gallery-box .bg-fade-layer{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(21,21,21,0.80); 
}

.gallery-box .popup-header{
  position:relative;
  padding:20px 30px;
  background: #60b208;
  color:#ffffff;
}

.gallery-box .popup-header .btn-close{
  position:absolute;
  top:20px;
  right:30px;
  color:#ffffff;
  width:30px;
  height:30px;
  background: #173e7a;
  opacity:1;
  font-size:14px;
  line-height:30px;
  padding:0px;
  display:block;
  border:none;
  z-index:1;
}

.gallery-box .popup-header .close:hover{
  background:#999999; 
}

.gallery-box .popup-header h3{
  position:relative;
  font-size:20px;
  text-align:center;
  line-height:30px;
  color:#ffffff;
  font-weight:500;
  text-transform:capitalize;
}

.gallery-box .popup-container{
  margin:50px auto;
  width:auto;
  max-width:1070px;
  padding:0px 15px;
}

.gallery-box .content-outer{
  position:relative;
  padding:30px 30px;
  background:#ffffff; 
}

.vertical-slider-outer{
  position:relative;
}
.ms-tabs-vertical-template .ms-nav-next {
    background: #60b208;
    right: 0px;
    width: 35px;
    height: 35px;
    top: -15px;
    line-height: 35px;
    position: absolute;
}
.ms-tabs-vertical-template .ms-nav-next:hover {
    background: #173e7a;
}
.ms-tabs-vertical-template .ms-nav-prev {
    background: #60b208;
    left: 0px;
    width: 35px;
    height: 35px;
    top: -15px;
    line-height: 35px;
    position: absolute;
}
.ms-tabs-vertical-template .ms-nav-prev:hover {
    background: #173e7a;
}




/*** 

====================================================================
  agent-widget Style One
====================================================================

***/
.faculties-section{
  position: relative;
  padding-top: 130px;
  margin-bottom: 20px;
  background: #fafafa;
}
.faculties-section .section-title h3{
  background: url(../images/icons/bd2.png)scroll center bottom;
  background-repeat: no-repeat;
  font-size: 36px;
  color: #222222;
  font-weight: 700;
  line-height: 44px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.faculties-section .section-title p{
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 50px;
}
.faculties-section .item{
  position: relative;
}

.faculties-section .item .image-box{
  position: relative;
  border-bottom: 3px solid #60b208;
  overflow: hidden;
}

.faculties-section .item .fixed-text{
  position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #60b208;
    color: #ffffff;
    opacity: 1;
}
.faculties-section .item:hover .fixed-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 110px;
    background: #60b208;
    color: #ffffff;
    opacity: 0;
}
.faculties-section .item .hover-text {
    position: absolute;
    left: 0px;
    bottom: -200px;
    width: 100%;
    height: 110px;
    background: #60b208;
    color: #ffffff;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.faculties-section .item:hover .hover-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #60b208;
    color: #ffffff;
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.faculties-section .item .icon-links {
    position: absolute;
    background: #f6f6f6;
    display: inline-block;
    padding: 7px 20px;
    left: 50%;
    top: -25px;
    margin-left: -50px;
    text-align: center;
    border-radius: 25px;
    opacity: 1;
    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;
}

.faculties-section .item .icon-links i{
  color: #999999;
  font-size: 13px;
  margin: 0px 5px;
}

.faculties-section .item .hover-text h5{
  margin-top: 45px;
  font-family: 'Rasa', serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  z-index: 99;
}
.faculties-section .item .hover-text p{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;

}




/*** 

====================================================================
  blog-section Style One
====================================================================

***/

.blog-section {
    position: relative;
    padding-bottom: 30px;
    background-image: url(../images/home_latest_bg.jpg);
	background-repeat:no-repeat; 
	background-size:cover;
}

.blog-section .section-title h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    line-height: 46px;
    padding-bottom: 10px;
}

.blog-section .blog-column {
  position: relative;
}

.blog-section .item{
  position: relative;
  margin-left: 0px;
  margin-bottom: 50px;
}

.blog-section .item img{
  position: absolute;
  left: 0px;
  top: 0px;
}

.blog-section .item .content-text{
  position: relative;
}

.blog-section .item .content-text h5{
  font-size: 17px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
}

.blog-section .news .content-text h5 {
      font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 21px;
}

.blog-section .news .content-text p {
    font-size: 13px;
    font-weight: 400;
    color: #84ff00;
    line-height: 10px;
	    margin-bottom: 6px;
}
.newsread{ 
   font-size: 15px;
    font-weight: 400;
    color: #84ff00;
    line-height: 10px;
	font-weight:italic;
   
}
.blog-section .news {
    margin-bottom: 25px;    margin-top: 25px;
}

.blog-section .item .content-text .icon-links{
  margin-top: 10px;
}

.blog-section .item .content-text .icon-links li{
  display: inline-block;
  padding: 0px 10px;
  border-left: 1px solid #c0c0c0;
  line-height: 15px;
  font-weight: 300;
}

.blog-section .item .content-text .icon-links li:first-child{
  padding-left: 0px;
  border-left:none;
}

.blog-section .item .content-text .icon-links li i{
  color: #60b208;
  margin-right: 5px;
}



.events-column .content-box {
  position: relative;
  margin-bottom: 35px;
}

.events-column .content-box span {
    position: absolute;
    left: 0px;
    top: -60px;
    height: 40px;
    line-height: 40px;
    width: 60px;
    background: #60b208;
    color: #ffffff;
}

.events-column .content-box h5{
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
  line-height: 36px;
  font-weight: 500;
}
.events-column .content-box p{
  font-size: 16px;
  color: #777777;
  line-height: 26px;
  font-weight: 400;
}
.events-column .content-box .icon-links{
  margin-top: 20px;
  margin-bottom: 10px;
}
.events-column .content-box .icon-links li{
  display: inline-block;
  font-size: 16px;
  color: #777777;
  line-height: 28px;
  font-weight: 300;
}
.events-column .content-box .icon-links li i{
  color: #60b208;
  margin-right: 10px;
  font-size: 22px;
}
.events-column .content-box .icon-links li:first-child{
  margin-right: 35px;
}
.events-column .content-box .cost-money{
  position: relative;
  color: #777777;
  font-size: 18px;
  font-weight: 500;
}
.events-column .content-box .cost-money .total-cost{
  position: relative;
  display: inline-block;
  float: left;
}
.events-column .content-box .cost-money .link-btn{
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 5px;
  color: #60b208;
}
.events-column .content-box .cost-money .link-btn i{
  margin-left: 5px;
}
.events-column .content-box .cost-money .total-cost span{
  position: relative;
  margin: 0px;
  top: 0px;
  background: none;
  color: #60b208;
}





/*** 

====================================================================
  Sponsors Style One
====================================================================

***/

.sponsors-logos {
    padding-bottom: 50px;
    padding-top: 30px;
    background-color: #fafafa;
}

.sponsors-logos .image-box img{
  border: 1px solid #e7e7e7;
  padding: 2px;  
}
.sponsors-logos .image-box:hover img{
  border: 1px solid #60b208;  
}
.sponsors-logos .owl-theme .owl-controls {
  display:none;
}



/*** 

====================================================================
  Main Footer
====================================================================

***/


footer {
  position: relative;
  background: #60b208;
  width: 100%;
  /*height: 100%;*/
  border-bottom: 3px solid #173e7a;
}

.main_footer h5 {
    /* position: relative; */
    /* background: url(../images/icons/bd.png)scroll left bottom; */
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    /* padding-bottom: 30px; */
    margin-bottom: 18px;
}

.main_footer{
  padding-top: 30px;
  padding-bottom: 10px;
}

.main_footer .footer_logo img{
  margin-bottom: 30px;
}

.main_footer .icon-list .item{
  position: relative;
  margin-left: 0px;
  margin-bottom: 10px;
}

.main_footer .icon-list .item h6{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.main_footer .icon-list .item span{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.main_footer .icon-list .item i{
  position: absolute;
  color: #ffffff;
  left: -35px;
  top: 0px;
}

.main_footer .icon-list .item i:before{
  margin-left: 0px;
  font-size: 25px;
}

.main_footer .links-list .item h6{
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.main_footer .links-list .item span{
  color: #55acee;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.main_footer .links-list .item{
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}
.main_footer .quick_links {
    margin-left: 0px;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.footer_logo {
    padding-left: 0px;
    padding-right: 0px;
}

#new_space {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 58px;
}

.main_footer .links-list .item i{
  position: absolute;
  color: #55acee;
  font-size: 14px;
  left: -22px;
  top: 0px;
}
.main_footer .recent_news_footer{
}
.main_footer .recent_news_footer li{
  line-height: 20px;
}
.main_footer .recent_news_footer li i{
  color: #60b208;
  font-size: 15px;
  margin-right: 5px;
}
.main_footer .recent_news_footer li a{
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 30px;
}

.main_footer .footer_gallery h6{
  font-size: 15px;
  font-weight: 400;
  color: #b9b9b9;
  line-height: 25px;
  margin-bottom: 20px;
}
.main_footer .footer_gallery .image-gallery{
  padding: 0px 15px;
}
.main_footer .footer_gallery .image-box {
  margin: 0px -10px;
}
.main_footer .footer_gallery .image-box img{
  margin-bottom: 10px;
}

.bottom_footer {
  margin: 0px 30px;
  position: relative;
  background: #173e7a;
  z-index: 1;
}

.bottom-bg{
  background: #173e7a;
  margin: 0px -10px;
  position: relative;
}

.bottom-bg:before {
    background: #173e7a none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: -30px;
    position: absolute;
    top: 25px;
    transform: skewY(-240deg);
    width: 30px;
}

.bottom-bg:after {
    background: #173e7a none repeat scroll 0 0;
    content: "";
    height: 50px;
    right: -30px;
    position: absolute;
    top: 25px;
    transform: skewY(240deg);
    width: 30px;
}

.bottom_footer p{
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding: 15px 0px;
  margin: 0px;
  text-align: center;
}
.bottom_footer .social-links{
  float: right;
  margin-bottom: 0px;
}
.bottom_footer li{
  display: inline-block;
}

.bottom_footer li i{
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 5px;
}






/*** 

====================================================================
  home page Style two
====================================================================

***/





/*header-upper.style-two*/

.header-upper.style-two{
  background: #173e7a;
  color: #ffffff;
  padding: 10px 0px;
  border-bottom: none;
}
.header-upper.style-two .header-top{
  position: relative;
}
.header-upper.style-two .header-top li{
  position: relative;
  display: inline-block;
  margin-left: 0px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #6a6e85;
}
.header-upper.style-two .header-top li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.header-upper.style-two .header-top li i{
  font-size: 15px;
  font-weight: 500;
  color: #f8aa1a;
}
.header-upper.style-two .header-top li span{
  font-size: 14px;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-left: 10px;
}
.header-upper.style-two .header-top .info-links{
  float: left;
}
.header-upper.style-two .header-top .social-links{
  float: right;
}





/*header-upper.style-two*/

.header-lower.style-two{
  position: relative;
  background: #ffffff;
}

.header-lower.style-two .menu-bar{
  background: none;
  margin: 0px;
}

.header-lower.style-two .header-logo{
  float: left;
  padding: 40px 0px;
}
.header-lower.style-two .main-menu{
  float: right;
  margin-right: 100px;
  padding: 40px 0px;
}

.header-lower.style-two .container.menu-bg{
  margin-bottom: 0px;
}
.header-lower.style-two .container.menu-bg:before{
  display: none;
}
.header-lower.style-two .container.menu-bg:after{
  display: none;
}

.header-lower.style-two .main-menu .navigation > li > a{
  color: #222222;
}
.header-lower.style-two .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  color: #222222;
}

.header-lower.style-two .search_option{
  position: absolute;
  right: 0px;
  top: 55px;
}

.header-lower.style-two .search_option .seach-toggle {
  background: transparent;
  border-radius: 0;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
}

.header-lower.style-two .search_option .search-box {
  opacity: 0;
  position: absolute;
  right: 10px;
  transition: all 500ms ease 0s;
  visibility: hidden;
}

.header-lower.style-two .search_option .search-box.now-visible{
  top: 60px;
  opacity:1;
  visibility:visible;
}
.header-lower.style-two .search_option .search-box .form-group{
  position:relative;
  padding:0px;
  margin:0px;
  top: 20px;
  width:100%;
  min-width:250px;
}
.header-lower.style-two .search_option .search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #60b208;
  color: #60b208;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
}
.header-lower.style-two .search_option .search-box .form-group input[type="search"]:focus{
  border-color:#173e7a; 
}
.header-lower.style-two .search_option .search-box .form-group button i:before{
  margin-left: 0px;
} 
.header-lower.style-two .search_option .search-box .form-group button, 
.header-lower.style-two .search_option .search-box .form-group input[type="submit"] {
  background: #60b208;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0px;
  width: 40px;
  transition: all 500ms ease 0s;
}
.header-lower.style-two .search_option .search-box .form-group button:hover,
.header-lower.style-two .search_option .search-box .form-group input:focus + button{
  color:#fff;
  background: #173e7a;
}


/*main_slider.style-two*/


#main_slider h5{
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
}


#main_slider .video-links{
  background: #ffffff;
  border-radius: 50%;
}

#main_slider .video-links img{
  position: relative;
  text-align: center;
  padding: 25px;
}

#main_slider .next-section-link span:before{
  font-size: 30px;
  color: #ffffff;
  margin-left: 0px;
}

#main_slider .next-section-link h6{
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

#main_slider.style-two .hephaistos.tparrows {
  display: none;
}




/*sponsors-logos.style-two*/

.sponsors-logos.style-two{
  padding: 40px 0px;
  background: #fafafa;
}



/*about-section.style-two*/

.about-us{
  position: relative;
  padding-bottom: 10px;
}
.about-us .section-title h3 {
    background-repeat: no-repeat;
    font-size: 25px;
    color: #45980d;
    line-height: 40px;
    font-weight: 400;
	    margin-top: 20px;
    margin-bottom: 10px;
 /*    padding-bottom: 24px;
    margin-bottom: 0px;
    padding-top: 10px; */
}
.about-us .section-title h3:after{
	content: "";
    height: 1px;
    width: 60px;
    position: relative;
    display: block;
    background-color: #d4d4d4;
    margin: 0px;
    border-radius: 2px;
	
	
}
.about-us .section-title p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #555;
  letter-spacing: .5px;
  margin-bottom: 15px;
  text-align: justify;
}
.about-us .content-text{
  position: relative;
}
.about-us .item img{
  position: relative;
  width: 100%;
}

.about-us .content-text i:before{
  margin-left: 0px;
}
.about-us .content-text i{
  position: absolute;
  background: #45980d;
  height: 60px;
  width: 60px;
  text-align: center;
  top: -60px;
  left: -1px;
  color: #ffffff;
  line-height: 60px;
}
.about-us .content-text h5{
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  line-height: 32px;
}
.about-us .content-text p{
 font-size: 15px;
    font-weight: 400;
    color: #333;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: justify;
}
.about-us .link-btn a{
    font-size: 13px;
    color: #45980d;
    line-height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #45980d;
    font-weight: 500;
    font-style: italic;
}
.about-us .link-btn a:hover{
  color: #2c4d82;
  border-bottom: 1px solid #2c4d82;
}
.comment-box .default-form-area{
  padding: 40px;
}
.comment-box{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15);
}
.comment-box .title-box{
  position: relative;
  background: #173e7a;
  padding: 40px 0px 20px;
}
.comment-box .title-box:after{
    background: #173e7a none repeat scroll 0 0;
    content: "";
    height: 40px;
    right: 0px;
    position: absolute;
    top: 78px;
    transform: skewx(266deg);
    width: 200px;
}
.comment-box .title-box:before {
    background: #173e7a none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0px;
    position: absolute;
    top: 78px;
    transform: skewx(-266deg);
    width: 200px;
}
.comment-box .title-box i:before{
  margin-left: 0px;
}
.comment-box .title-box h4{
  color: #ffffff;
  font-size: 25px;
  line-height: 36px;
}
.comment-box .form-group h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #222222;
    margin-bottom: 10px;
}
.comment-box .form-group .btn-style-one{
  width: 100%;
  height: 40px;
  padding: 7px 30px;
  text-transform: uppercase;
}
.comment-box .default-form {
    position: relative;
}
.comment-box .default-form .form-group {
    position: relative;
    margin-bottom: 35px;
}

.comment-box .default-form input[type="text"],
.comment-box .default-form input[type="email"],
.comment-box .default-form input[type="password"],
.comment-box .default-form input[type="number"],
.comment-box .default-form select,
.comment-box .default-form textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    height: 40px;
    font-size: 16px;
    box-shadow: none;
    color: #777777;
    padding: 7px 15px;
    border: 1px solid #e0e0e0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.comment-box .default-form input[type="text"]:focus,
.comment-box .default-form input[type="email"]:focus,
.comment-box .default-form input[type="password"]:focus,
.comment-box .default-form input[type="number"]:focus,
.comment-box .default-form select:focus,
.comment-box .default-form textarea:focus {
    box-shadow: none;
    color: #173e7a;
    border: 1px solid #173e7a;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


/*gallery_wrapper.style-two*/

.gallery_wrapper.style-two{
  background-repeat: no-repeat;
  position: relative;
  padding: 140px 0px 145px;
}

.gallery_wrapper.style-two:before{
  background: rgba(0, 0, 0, 0.85);
  content: "";
  height: 673px;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
}
.gallery_wrapper.style-two .section-title h3{
  color: #ffffff;
  margin-bottom: 30px;
}
.gallery_wrapper.style-two .section-title p{
  color: #b9b9b9;
}
.gallery_wrapper.style-two .gallery_menu li{
  color: #ffffff;
}
.gallery_wrapper.style-two .link-btn{
  margin-top: 20px;
}
.gallery_wrapper.style-two .link-btn a{
  background: #60b208;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 30px;
  display: inline-block;
  line-height: 26px;
  border: 1px solid #60b208;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.gallery_wrapper.style-two .link-btn a:hover{
  background: #173e7a;
  color: #ffffff;
  border: 1px solid #173e7a;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}


/*choose-us*/

.choose-us{
  padding-top: 140px;
  position: relative;
}
.choose-us .section-title h3{
  background: url(../images/icons/bd.png)scroll left bottom;
  background-repeat: no-repeat;
  font-size: 36px;
  color: #222222;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.choose-us .choose-item li{
  position: relative;
  width: 310px;
  margin-right: 20px;
  margin-bottom: 40px;
  display: inline-block;
}
.choose-us .choose-item h5{
  font-size: 22px;
  font-family: 'Rasa', serif;
  font-weight: 500;
  color: #222222;
  line-height: 32px;
  margin-bottom: 10px;
}
.choose-us .choose-item p{
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
}
.choose-us .choose-item img{
  margin-bottom: 20px;
}
.choose-us .image-box img{
  position: relative;
  top: 0px;
  right: -10px;
}




/*course-categories*/

.course-categories{
  position: relative;
  padding-top: 145px;
  padding-bottom: 150px;
}
.course-categories:before{
  background: rgba(0, 0, 0, 0.90);
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
}
.course-categories .section-title h3{
  position: relative;
  background: url(../images/icons/bd2.png)scroll center bottom;
  background-repeat: no-repeat;
  font-size: 36px;
  color: #ffffff;
  line-height: 46px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.course-categories .section-title p{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #b9b9b9;
  line-height: 26px;
  margin-bottom: 60px;
}
.course-categories .course-item{
  position: relative;
  margin-bottom: 40px;
}
.course-categories .course-item li{
  position: relative;
  display: inline-block;
  text-align: center;
  width: 170px;
  height: 170px;
  margin-bottom: 20px;
  border-radius: 50%;
  margin-right: 65px;
  border: 1px dashed #ffffff;
}
.course-categories .course-item li:last-child{
  display: inline-block;
  margin-right: 0px;
}
.course-categories .course-item .icon-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  line-height: 45px;
  border-radius: 50%;
  color: #ffffff;
}
.course-categories .course-item .icon-box i{
  position: relative;
}
.course-categories .course-item .icon-box i:before{
  margin-left: 0px;
  font-size: 20px;
  color: #ffffff;
}
.course-categories .course-item .item-box:nth-child(1) .icon-box{
  border: 5px solid rgba(255, 140, 91, 0.25);
}
.course-categories .course-item .item-box:nth-child(1) .icon-box:before{
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: #ff8c5b;
  border-radius: 50%;
}
.course-categories .course-item .item-box:nth-child(2) .icon-box{
  border: 5px solid rgba(67, 163, 115, 0.25);
}
.course-categories .course-item .item-box:nth-child(2) .icon-box:before{
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: #43a373;
  border-radius: 50%;
}
.course-categories .course-item .item-box:nth-child(3) .icon-box{
  border: 5px solid rgba(248, 178, 57, 0.25);
}
.course-categories .course-item .item-box:nth-child(3) .icon-box:before{
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: #60b208;
  border-radius: 50%;
}
.course-categories .course-item .item-box:nth-child(4) .icon-box{
  border: 5px solid rgba(255, 98, 111, 0.25);
}
.course-categories .course-item .item-box:nth-child(4) .icon-box:before{
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: #ff626f;
  border-radius: 50%;
}
.course-categories .course-item .item-box:nth-child(5) .icon-box{
  border: 5px solid rgba(32, 188, 219, 0.25);
}
.course-categories .course-item .item-box:nth-child(5) .icon-box:before{
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: #20bcdb;
  border-radius: 50%;
}

.course-categories .course-item .item-box h5{
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 70px auto;
  color: #ffffff;
}
.course-categories .link-btn a{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  padding: 7px 50px;
  border: 1px solid #60b208;
  display: inline-block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.course-categories .link-btn a:hover{
  background: #173e7a;
  color: #ffffff;
  border: 1px solid #173e7a;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}




/*testimonials*/

.testimonials{
  position: relative;
  /*padding: 140px 0px 180px;*/
}
.testimonials .section-title h3{
  position: relative;
  /*background: url(../images/icons/bd2.png)scroll center bottom;*/
  background-repeat: no-repeat;
  font-size: 30px;
  color: #ffffff;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.testimonials .section-title p{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
  margin-bottom: 60px;
}
.testimonials .owl-stage-outer{
  margin: 0 -10px;
  padding: 0 10px;
}
.testimonials .item{
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 10px 50px;
  text-align: center;
  margin-bottom: 0px;
/*  border: 1px solid #ededed;
*/  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.testimonials .item img{
  margin-bottom: 0px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 97px;
    width: 102px;
}
.testimonials .content-box h6{
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 10px;
}
.testimonials .content-box p{
font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 23px;
}

.content-box p span {
/* 	color: #84ff00;
	font-size: 25px;
	font-family: serif;
	font-weight: bold; */
}

.testimonials .owl-dots .owl-dot span{
  margin-top: 10px;
  background: #ffffff;
  height: 8px;
  width: 8px;
  border: 1px solid #fff;
}
.testimonials .owl-dots .owl-dot:hover span{
  background: #56d600;
}
.testimonials .owl-dots .owl-dot.active span{
  background: #56d600;
  height: 10px;
  width: 10px;
  border: 1px solid #56d600;
}

.testimonials .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 140px;
    height: 25px;
    width: 25px;
    line-height: 15px;
    color: #222222;
    background: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50%;
    border: #000 solid 2px;
}
.testimonials .owl-controls .owl-nav .owl-prev:hover{
  border: #000 solid 2px;
  background: ##60b208;
}
.testimonials .owl-controls .owl-nav .owl-next{
  position: absolute;
  right: 10px;
  top: 140px;
  width: 25px;
  height: 25px;
  line-height: 15px;
  color: #222222;
  background: #f7f7f7;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
   border-radius: 50%;
    border: #000 solid 2px;
}
.testimonials .owl-controls .owl-nav .owl-next:hover{
  border: #000 solid 2px;
  background: ##60b208;
}




/*video-section*/

.video-section{
  position: relative;
  background: #fafafa;
  padding-bottom: 120px;
}

.video-section .section-title h3{
  position: relative;
  background: url(../images/icons/bd.png)scroll left bottom;
  background-repeat: no-repeat;
  font-size: 36px;
  color: #222222;
  line-height: 46px;
  font-weight: 700;
  margin-top: 120px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.video-section p{
  font-size: 16px;
  font-weight: 400;

  color: #777777;
  margin-bottom: 30px;
  line-height: 26px;
}
.video-section .sponsors-logos{
  position: relative;
  padding-bottom: 0px;
}
.video-section .sponsors-logos li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.video-section .image-holder{
  position: relative;
  margin-right: 40px;
}
.video-section .image-box{
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px;
}
.video-section .image-box img{
  width: 100%;
}
.video-section .image-box:before{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.video-section .image-box .overly-text{
  position: absolute;
  bottom: 20px;
  left: 35px;
}
.video-section .overly-text h5{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Rasa', serif;
  line-height: 32px;
  color: #ffffff;
}
.video-section .overly-text h6{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  color: #60b208;
}
.video-section .video-links{
  position: absolute;
  border: 2px solid #60b208;
  right: 45px;
  bottom: -30px;
  width: 86px;
  height: 111px;
  display: inline-block;
}
.video-section .video-links img{
  position: relative;
  margin: 18px 0px;

}
.video-section .video-links span{
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  text-transform: capitalize;
}

/*footer style-two*/


.footer-style-two{
  position: relative;
}

.footer-style-two:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.92);
}

.footer-style-two .main_footer p{
  position: relative;
  color: #cccccc;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.footer-style-two .contact-links .item{
  position: relative;
}

.footer-style-two .item .content{
  position: relative;
  margin-left: 40px;
}

.footer-style-two .item .content strong{
  color: #ffffff;
}

.footer-style-two .item .content span{
  color: #cccccc;
}

.footer-style-two .contact-links i{
  position: absolute;
  top: 0px;
  border-left: 0px;
  color: #60b208;
}

.footer-style-two .contact-links i:before{
  margin-left: 0px;
}

.footer-style-two .newsletter form{
  position: relative;
}

.footer-style-two .newsletter .form-group{
  position: relative;
  margin-bottom: 30px;
}

.footer-style-two .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 26px;
  height: 40px;
  font-size: 16px;
  box-shadow: none;
  background: transparent;
  color: #666666;
  padding: 7px 15px;
  border: 1px solid #4d4d4d;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.footer-style-two .form-group input[type="email"]:focus {
  color: #ffffff;
  border: 1px solid #4d4d4d;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.footer-style-two .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;
  line-height: 26px;
  height: 40px;
  font-size: 16px;
  box-shadow: none;
  color: #ffffff;
  background: #60b208;
  border: 1px solid #4d4d4d;
  padding: 7px 15px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.footer-style-two .form-group button[type="submit"]:hover {
  color: #ffffff;
  background: #666666;
  border: 1px solid #4d4d4d;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.footer-style-two .social-links li{
  position: relative;
  display: inline-block;
}

.footer-style-two .social-links li i{
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #545454;
  margin-right: 8px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.footer-style-two .social-links li i:hover{
  color: #ffffff;
  background: #60b208;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.bottom-footer{
  position: relative;
  background: #60b208;
}

.bottom-footer p{
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding: 15px 0px;
  margin: 0px;
  
}

.main_footer.style-two{
  padding-top: 80px;
  padding-bottom: 55px;
}

.main_footer.style-two .icon-list .item i{
  top: 5px;
}

.main_footer.style-two .icon-list .item{
  margin-bottom: 25px;
}






/*** 

====================================================================
  home page Style three
====================================================================

***/

.main-header.style-three{
  margin-bottom: -183px;
}

.header-upper.style-three{
  background: rgba(26, 26, 26, 0.8);
}

.header-lower.style-three{
  background: transparent;
}

.header-lower.style-three .main-menu .navigation > li > a{
  color: #ffffff;
}
.header-lower.style-three .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  color: #ffffff;
}
.header-lower.style-three .main-menu{
  margin-right: 260px;
}
.header-lower.style-three .link-btn{
  position: absolute;
  top: 40px;
  right: 0px;
}


.about{
  padding-bottom: 20px;
}
.about .single_item{
  position: relative;
  margin-right: 90px;
}
.about .single_item:last-child {
  position: relative;
  margin-right: 0px;
}
.about .about-item li{
  display: inline-block;
}
.about .about-item .icon-box{
  position: absolute;
  width: 80px;
  height: 80px;
  top: -28px;
  left: 0px;
  border: 6px solid #ffffff;
  background: #60b208;
  line-height: 60px;
  z-index: 9999;
}
.about .about-item li i:before{
  color: #ffffff;
  margin-left: 0px;
  font-size: 32px;
}
.about .single_item h5{
  font-size: 22px;
  font-weight: 500;

  line-height: 32px;
  color: #222222;
  margin-left: 90px;
  margin-top: 25px;
}

.about .single_item .link-btn a{
  font-size: 22px;
  color: #222222;
  line-height: 32px;
  padding: 7px 30px;
  text-transform: uppercase;

  font-weight: 600;
  border: 2px solid #60b208;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.about .single_item .link-btn a:hover{
  color: #ffffff;
  border: 2px solid #173e7a;
  background: #173e7a;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.about .single_item p{
  font-size: 16px;
  font-weight: 400;
 
  line-height: 26px;
  padding-bottom: 20px;
  margin: 0px;
  color: #777777;
}




.gallery_wrapper.style-three{
  position: relative;
  background: #ffffff;
  padding-bottom: 110px;
}
.gallery_wrapper.style-three .item{
  position: relative;
  margin-bottom: 40px;
}
.gallery_item_container.style-two .image-holder img{
  position: relative;
  width: 100%;
}
.gallery_item_container.style-two .image-text{
  position: absolute;
  top: 120px;
  left: 75px;
}
.gallery_item_container.style-two .link-btn a{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight:700;
  background: #60b208;
  padding: 8px 20px;

  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.gallery_item_container.style-two .link-btn a:hover{
  color: #ffffff;
  background: #173e7a;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gallery_item_container.style-two .image-content{
  border-top: 3px solid #60b208;
  position: absolute;
  left: 270px;
  top: 0px;
  background: #fafafa;
  padding: 25px 30px 10px 25px;
}
.gallery_item_container.style-two .image-content h5{
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  line-height: 32px;

  margin-bottom: 10px;
}
.gallery_item_container.style-two .content-text li:first-child{
  padding-left: 0px;
}
.gallery_item_container.style-two .content-text li{
  display: inline-block;
  margin: 0px;
  padding: 0px 9px;
}
.gallery_item_container.style-two .image-content i:before{
  margin-left: 0px;
}
.gallery_item_container.style-two .price-many i:before{
  font-size: 18px;
  margin-right: 10px;
}
.gallery_item_container.style-two .image-content p{
  margin-top: 20px;
  font-size: 15px;
  color: #777777;

  font-weight: 400;
  line-height: 26px;
  padding-bottom: 25px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e7e7e7;
}
.gallery_item_container.style-two .content-text.style-one{
  margin: 10px 0px;
}
.gallery_item_container.style-two .content-text .reting-box{
  margin-right: 0px;
}
.gallery_item_container.style-two .content-text .price-many{
  font-size: 14px;
  color: #222222;

  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.gallery_item_container.style-two .content-text .price-many span{
  font-size: 25px;
  color: #60b208;

  font-weight: 600;
  line-height: 24px;
  margin-left: 10px;
}





.fetures-section{
  padding: 100px 0px;
  position: relative;
}
.fetures-section:before{
  position: absolute;
  background: rgba(24, 29, 55, 0.94);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
}
.fetures-section .section-title h3{
  position: relative;
  background: url(../images/icons/bd2.png)scroll center bottom;
  background-repeat: no-repeat;

  line-height: 48px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 40px;
  font-size: 36px;
  color: #ffffff;
}
.fetures-section .content p{
  position: relative;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;

}

.fetures-section .subcrive {
  position: relative;
  width: 350px;
  display: inline-block;
}
.fetures-section .newsletter form{
  position: relative;
}

.fetures-section .newsletter .form-group{
  position: relative;
  margin-bottom: 30px;
}

.fetures-section .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 26px;
  height: 40px;
  font-size: 16px;
  box-shadow: none;
  background: #ffffff;
  color: #666666;
  padding: 7px 15px;
  border: 1px solid #4d4d4d;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fetures-section .form-group input[type="email"]:focus {
  color: #666666;
  border: 1px solid #4d4d4d;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fetures-section .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;
  line-height: 26px;
  height: 40px;
  font-size: 16px;
  box-shadow: none;
  color: #ffffff;
  background: #60b208;
  border: 1px solid #4d4d4d;
  padding: 7px 15px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fetures-section .form-group button[type="submit"]:hover {
  color: #ffffff;
  background: #666666;
  border: 1px solid #4d4d4d;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gellary-fullwidth .inner-container{
  position: relative;
  padding: 0px 15px;
}
.gellary-fullwidth .inner-box{
  position: relative;
  margin: 0px -15px;
}
.gellary-fullwidth .inner-box .img_holder img{
  position: relative;
  width: 100%;
}

.gellary-fullwidth .overlay-box{
  background: rgba(24, 29, 55, 0.85);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
    transition:all 500ms ease;
}
.gellary-fullwidth .inner-box:hover .overlay-box{
  transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    transition:all 500ms ease;
}
.gellary-fullwidth .overlay-box{
  padding-top: 25%;
}  
.gellary-fullwidth .overlay-box h6{  
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}
.gellary-fullwidth .overlay-box i:before{
  color: #ffffff;
  font-size: 16px;
  margin-left: 0px;
  width: 35px;
  padding: 10px;
  height: 35px;
  border: 1px solid #60b208;
}



.faculties-section.style-two{
  position: relative;
  background: #ffffff;
  padding-top: 140px;
  padding-bottom: 100px;
  margin-bottom: 0px;
}

.faculties-section.style-two .content-title h3{
  position: relative;
  background: url(../images/icons/bd.png)scroll left bottom;
  background-repeat: no-repeat;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  color: #222222;
}

.faculties-section.style-two .images-box{
  position: relative;
}
.faculties-section.style-two .item .overly-box i{
  position: absolute;
  text-align: center;
  top: 45px;
  left: 50px;
}
.faculties-section.style-two .overly-box{
  position: relative;
}
.faculties-section.style-two .overly-box i:before{
  margin-left: 0px;
  font-size: 14px;
  color: #ffffff;
}
.faculties-section.style-two .item:hover .overly-box{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 120px;
  height: 120px;
  background: rgba(24, 29, 55, 0.8);
  border-radius: 50%;
}
.faculties-section.style-two p{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #777777;
  margin-bottom: 40px;
}
.faculties-section.style-two .item{
  position: relative;
  display: inline-block;
  margin: 0px 58px;
  padding-bottom: 35px;
}
.faculties-section.style-two .item h6{
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #222222;
  margin-top: 10px;
  margin-bottom: 5px;

}
.faculties-section.style-two .item span{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;

}
.faculties-section.style-two .item.style-two{
  position: relative;
  display: inline-block;
  margin-right: 0px;
}

.faculties-section.style-two .content{
  position: relative;margin-bottom: 20px;
}
.faculties-section.style-two .link-button a{
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 35px;
  height: 40px;
  border: 1px solid #60b208;
  background: #60b208;
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.faculties-section.style-two .link-button a:hover{
  border: 1px solid #173e7a;
  background: #173e7a;
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}




.blog-section.style-two{
  background: #fafafa;
  padding-top: 145px;
  padding-bottom: 100px;
}

.accordion-box {
  position: relative;
  margin-left: -15px;
}

.accordion-box .content-title{
  position: relative;  
}

.accordion {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.accordion .acc-btn .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  color: #9c9c9c;
  font-size: 20px;
  text-align: center; 
}

.accordion .acc-btn.active .left-icon {
  color: #fff;
}

.accordion .left-icon span {
  position: relative;
  top: 18px;  
}


.accordion .acc-btn h5{
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.accordion .acc-btn .toggle-icon {
  color: #9c9c9c;
  font-weight: 200;
  position: absolute;
  right: 40px;
  top: -18px;
}

.accordion .acc-btn .toggle-icon.left {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 30px;
}

.accordion .acc-btn .toggle-icon .plus::before {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}


.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}


.accordion-box .accordion .acc-content {
  display: none;
}


.accordion-box .accordion .acc-content.collapsed {
  display: block;
}


.accordion-box .accordion .acc-content p {
  border-top: 1px solid #e9e9e9;
  color: #222222;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 400;
  padding-left: 20px;
  line-height: 26px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #60b208;
  position: absolute;
  text-align: center;
  margin-top: 18px;
  right: 0px;
}




.contact-form.style-two{
  position: relative;
  padding-top: 62px;
  padding-bottom: 60px;
}
.contact-form.style-two h3{
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}
.contact-form.style-two:before{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background: rgba(24, 29, 55, 0.95);
}
.contact-form.style-two .form-widght{
  margin-top: 0px;
  background: none;
}
.contact-form.style-two .form-section{
  margin-left: 0px;
}
.contact-form.style-two .form-section .search_option{
  display: inline-block;
  margin-left: 30px;
}
.contact-form.style-two .item:first-child{
  margin-left: 0px;
}

.contact-form.style-two .outer-box button{
  width: 170px;
  height: 40px;
  line-height: 40px;
  background: #60b208;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Rasa', serif;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.contact-form.style-two .outer-box button:hover{
  background: #ffffff;
  color: #60b208;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}


/*** 

====================================================================
  Combo Section
====================================================================

***/

.combo-section{
  position:relative;
  min-height: 680px;
}
.combo-section .map-column{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;  
}

.combo-section .map-column .map-canvas{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;  
}


.location-links{
  position: relative;
}
.location-links .contact-links{
  position: absolute;
  background: #173e7a;
  color: #ffffff;
  top: -525px;
  width: 360px;
  padding: 45px 40px;
}

.location-links .contact-links h5{
  position: relative;
  background: url(../images/icons/bd.png)scroll left bottom;
  background-repeat: no-repeat;
  font-family: 'Rasa', serif;
  line-height: 30px;px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ffffff;
}
.location-links .contact-links .icon-list .item{
  position: relative;
  padding-top: 15px;
  margin-left: 50px;
}
.location-links .contact-links .icon-list .item h6{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;

}
.location-links .contact-links .icon-list .item span{
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;

}
.location-links .contact-links .icon-list .item i{
  position: absolute;
  top: 25px;
  left: -50px;
}
.location-links .contact-links .icon-list .item i:before{
  color: #60b208;
  margin-left: 0px;
  font-size: 25px;  
}





footer.style-two {
  border-bottom: 0px;
  padding: 45px 0px;
}

footer.style-two .footer-content{
  position: relative;
}
footer.style-two .footer-content p{
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #dadada;
}
footer .footer-content .social-links{
  position: absolute;
  right:  0px;
  top: -5px;
}
footer .footer-content .social-links li{
  display: inline-block;
}

footer .footer-content .social-links li i{
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #545454;
  margin-right: 8px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

footer .footer-content .social-links li i:hover{
  color: #ffffff;
  background: #60b208;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}


/*** 

====================================================================
  courses-single- page
====================================================================

***/

.courses-section{
  position: relative;
  padding: 150px 0px;
}
.courses-section .right-side{
  position: relative;
  margin-left: -40px;
}

.courses-section .left-side{
  position: relative;
  margin-right: 50px;
}
.courses-section .image-holder{
  position: relative;
}
.courses-section .image-box img{
  position: relative;
  width: 100%;
}
.courses-section .Reviews-section{
  position: relative;
  margin-top: 35px;
}
.courses-section .reting{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
}
.courses-section .reting i{
  position: relative;
  display: inline-block;
  color: #60b208;
}
.courses-section .reting span{
  margin-left: 5px;
}
.courses-section .prev-links a{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
}
.courses-section .prev-links a:hover{
  color: #60b208;
}
.courses-section .prev-links i{
  font-size: 14px;
  margin-right: 10px;
}
.courses-section .time-duretion {
  margin-bottom: 20px;
}
.courses-section .time-duretion li{
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  border-right: 1px solid #d0d0d0;
}
.courses-section .time-duretion li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.courses-section .time-duretion li i{
  color: #60b208;
  margin-right: 10px;
}
.courses-section .next-links a{
  position: relative;
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
}
.courses-section .next-links a:hover{
  color: #60b208;
}
.courses-section .next-links i{
  font-size: 14px;
  margin-left: 10px;
}
.courses-section .content-title h5{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}
.courses-section .content-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #777777;
  letter-spacing: 0.4px;
  margin-bottom: 25px;
 
}
.courses-section .content-text .content-link{
  position: relative;
}
.courses-section .content .content-link li{
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.courses-section .content .content-link li i{
  color: #60b208;
  margin-right: 15px;
}
.courses-section .content-text{
  position: relative;
}
.courses-section .right-spece{
  position: relative;
  margin-left: 25px;
}
.courses-section .content.style-two{
  position: relative;
  padding-bottom: 70px;
}
.courses-section .content-text .link-btn{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.courses-section .content-text .link-btn a{
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 40px;
  background: #60b208;
  border: none;
  text-transform: uppercase;
  font-family: 'Rasa', serif;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.courses-section .content-text .link-btn a:hover{
  color: #ffffff;
  background: #173e7a;
  border: none;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.courses-section .section-title h5{
  position: relative;
  background: url(../images/icons/bd.png)scroll left bottom;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  color: #222222;
  text-transform: uppercase;
}
.courses-section .item-list li{
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;

}
.courses-section .item-list li span{
  margin-left: 50px;
}
.courses-section .right-side h6{
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
  text-transform: uppercase;
}
.courses-section .right-side h6 span{
  font-size: 30px;
  font-weight: 700;
  color: #60b208;
  margin-left: 70px;
  text-transform: uppercase;
}
.courses-section .right-side .link-btn{
  margin-top: 40px;
  margin-bottom: 55px;
}
.courses-section .right-side .link-btn a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  padding: 10px 30px;
  background: #173e7a;
  border: none;
  text-transform: uppercase;
  font-family: 'Rasa', serif;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.courses-section .right-side .link-btn a:hover {
  color: #ffffff;
  background: #60b208;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.courses-section .right-side .social-links {
  position: relative;
  margin-bottom: 50px;
}
.courses-section .right-side .item {
  position: relative;
}
.courses-section .right-side .item i {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #1da1f2;
}
.courses-section .right-side .link-location {
  position: relative;
  top: 0px;
  margin-left: 30px;
}
.courses-section .right-side .link-location p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #60b208;
}
.courses-section .item .link-location span {
  color: #777777;
}
.courses-section .item .link-location a  {
  color: #1da1f2;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.courses-section .item .link-location a:hover {
  color: #60b208;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.courses-section .right-side .hot-link {
  position: relative;
  text-align: center;
  padding: 60px 40px;
  background: #fbfbfb;
}

.courses-section .hot-link h5{
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #222222;
  font-family: 'Rasa', serif;
}
.courses-section .hot-link h4{
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #60b208;

}

/*** 

====================================================================
    countdown-timer style
====================================================================

***/
.courses-section .image-holder .image-box{
  position: relative;
}
.countdown-box{
  position: absolute;
  width: 90px;
  top: 20px;
  margin: 0px 30px;
  border-radius: 10px;
}
.countdown-timer {
  position: relative;
}
.countdown-timer .default-coundown{
  position: relative;
  display: inline-block;
}

.countdown-timer .counter-column{
  position: relative;
  text-align: center;
  display: block;
  padding: 10px;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  line-height: 20px;
  width: 70px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #ffffff;

}
.countdown-timer .counter-column span{
  color: #222222;
  font-weight: 600;
  font-size: 25px;

}




/*** 

====================================================================
  event-single- page
====================================================================

***/


.courses-section .search-box{
  position: relative;
  border: 1px solid #dbdbdb;
  display: inline-block;
  margin-bottom: 20px;
}
.courses-section .search-box button{
  width: 50px;
  height: 45px;
  background: #60b208;
}
.courses-section .search-box button i{
  position: relative;
  color: #ffffff;
}
.courses-section .search-box input{
  margin-right: 55px;
  padding: 0px 20px;
}
.courses-section .search-content p{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #777777;
  letter-spacing: 0.4px;
  margin-bottom: 25px;

}
.courses-section .categorise-menu{
  margin-bottom: 30px;
}
.courses-section .categorise-menu li i{
  font-size: 14px;
  color: #777777;
  margin-right: 10px;
}
.courses-section .categorise-menu li a{
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;

}
.courses-section .categorise-menu li a:hover{
  color: #60b208;
}
.courses-section .categorise-menu li a:hover i{
  color: #60b208;
}
.courses-section .Reviews-section .content-title h5{
  margin-top: 30px;
  margin-bottom: 15px;
}
.courses-section .right-side .social-links.style-two{
  margin-bottom: 40px;
}
.courses-section .image-text h6{
  margin-top: 25px;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;

}
.courses-section .image-text span{
  font-size: 14px;
  color: #60b208;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;

}



/*tabe-box*/
.tabs-box{
  margin-top: 50px;
  position:relative;
  z-index:1;
}
.courses-section .inner-box{
  padding-bottom: 15px;
}
.courses-section .tabs-box .tab-buttons{
  position:relative;
  width:100%;
}
.courses-section .tabs-box .tab-buttons .tab-btn{
  position:relative;
  display:block;
  float: left;
  margin:0px;
  cursor: pointer;
  padding:10px 40px;
  color:#2f2f2f;
  background:#ffffff;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  font-weight:500;
  border: 1px solid #e2e2e2;
  border-bottom:none; 
  font-family: 'Rasa', serif;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  -ms-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.15);
  -o-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.15);
}
.courses-section .tabs-box .tab-buttons .tab-btn:hover,
.courses-section .tabs-box .tab-buttons .tab-btn.active-btn{
  color:#222222;
  background: #fbfbfb;
  border-color: #fbfbfb;
}
.courses-section .tabs-box .tabs-content{
  padding: 40px;
  position:relative;
  background: #fbfbfb;  
}
.courses-section .tabs-box .tabs-content .tab{
  position:relative;
  display:none;
  top:50px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.courses-section .tabs-box .tabs-content .active-tab{
  display:block;
  top:0px;  
}

.courses-section .tabs-box .tabs-content p{
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  letter-spacing: 0.3px;
  line-height: 36px;
  margin: 0px;
  
}


.combo-section.style-two{
  position:relative;
  min-height: 350px;
}

.courses-section .event-link{
  margin-top: 40px;
  position: relative;
}

.courses-section .event-link .event-fee h6{
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #777777;

}

.courses-section .event-link .event-fee span{
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #60b208;

}

.courses-section .event-link .link-btn{
  position: absolute;
  top: 0px;
  right: 0px;
}

.courses-section .link-btn a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 10px 40px;
  color: #222222;
  text-transform: uppercase;
  border: 2px solid #60b208;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.courses-section .link-btn a:hover{
  color: #ffffff;
  background: #60b208;
  border: 2px solid #60b208;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

/*** 

====================================================================
  contact- page
====================================================================

***/


.contact-info{
  padding: 40px 0px;
  position: relative;
}
.contact-info .single-item{
  position: relative;
  margin-left: 45px;
}
.contact-info .single-item i {
    position: absolute;
    top: -5px;
    left: -50px;
	color: #60b208;
}
.contact-info .single-item i:before{
  margin-left: 0px;
  font-size: 32px;
}
.contact-info .single-item h6{
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 28px;
}
.contact-info .single-item span{
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;

}

.gradient-overlay.style-two{
  padding-bottom: 30px;
}
.gradient-overlay .default-form-area h4{
  font-size: 25px;
  font-weight: 500;
  line-height: 0px;
  color: #222222;
  margin-bottom: 30px;
  margin-left: 15px;
}
.gradient-overlay.style-two .default-form textarea{
  height: 180px;
}
.gradient-overlay.style-two .default-form .form-group{
  margin-bottom: 30px;
}
.gradient-overlay.style-two .send-btn{
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  background: #60b208;
  padding: 10px 65px;
  text-transform: uppercase;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.gradient-overlay.style-two .send-btn:hover{
  color: #ffffff;
  background: #173e7a;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}



/*** 

====================================================================
  blog- page
====================================================================

***/

.courses-section.style-two .right-side{
  margin-left: 0px;
  margin-right: -40px;
}
.courses-section.style-two .left-side{
  margin-right: 0px;
  margin-left: 50px;
}
.courses-section .content-text p span{
  color: #60b208; 
}
.courses-section .content-text .content-link img{
  width: 100%;
}
.courses-section .left-side .Reviews-section{
  margin-bottom: 50px;
}

.courses-section blockquote{
  border-left: 1px solid #60b208;
}
.courses-section blockquote i {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
  font-style: normal;
}
.courses-section .comments-area {
  position: relative;
  border: 1px solid #f2f2f2;
}
.courses-section .comments-area .image-holder{
  position: absolute;
  left: -100px;
  top: 40px;
  width: 80px;
}
.courses-section .comments-area h6 {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  text-transform: uppercase;
}
.courses-section .comments-area i {
  color: #60b208;
  margin-right: 5px;
}
.courses-section .comments-area span {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  text-transform: capitalize;
  font-family: 'Assistant', sans-serif;
}
.courses-section .comments-area p {
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  line-height: 26px;
  margin-top: 15px;
  text-transform: capitalize;

}
.courses-section .comments-area .image-holder h6 {
  font-weight: 600;
  font-size: 15px;
  color: #60b208;
  line-height: 25px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.courses-section .comments-area .comment {
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-right: 35px;
  margin-left: 130px;
  border-bottom: 1px solid #f1f1f1;
}
.courses-section .comments-area .reply-comment {
  position: relative;
  margin-left: 230px;
  margin-right: 35px;
}
.courses-section .contact-title{
  padding-top: 70px;
}
.gradient-overlay.style-two .default-form .form-group.form-bottom{
  margin-bottom: 0px;
}
.courses-section .contact-title h5 {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: 'Rasa', serif;
  text-transform: uppercase;
}

.gradient-overlay.style-three{
  padding: 45px;
  background: #fbfbfb;
}

ul.others-link li {
	width: 50%;
	float: left;
    background-image:url(../images/icon.png);
	background-repeat: no-repeat;
}

.owl-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #000;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.thumb_wrapper {
    position: relative;
    padding-top: 15px;
    padding-bottom: 0px;
    background: #ffffff;
}

.thumb_wrapper {
    background-image:url(../images/thumbnails/thumb_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.thumb_bg {
	background-color: rgba(0, 56, 103, 0.85);
	padding: 15px 50px;
	min-height: 480px;
}

.thumb_bg1 {
	background-color: rgba(0, 56, 103, 0.85);
	padding-bottom: 30px;
}

.thumb_bg h5 {
	color: #ffffff;
	font-weight: 600;
	text-align:center;
    padding: 20px 0px;
	font-size: 16px;
}

.thumb_bg p {
	color: #ffffff;
	font-weight: 500;
	text-align:justify;
}

#thumb_space {
	padding: 0px 2px;
}

.apply_now {
	text-align:right;
    padding-top: 2px;	
}

.apply_now a {
	color: #fff;
    font-weight: 500;
	
}

.thumb_green {
	background-color: rgba(96, 178, 8, 0.9);
	padding: 100px;
}

.row.thumb_padd {
    margin: 0px;
}

.thumb_green h4 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Rasa', serif;
	text-transform: uppercase;
	text-align:center;
	padding: 20px 0;
}

.thumb_green p {
    color: #ffffff;
	text-align:center;
}

.thumb_text {
	color: #ffffff;
	text-align:center;
	font-weight: 700;
}

.step {
	border: 1px solid #e0e0e0;
	padding: 20px 0;
}

.step_wrapper {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}

.step h4 {
	color: #000;
	font-weight: 800;
	text-align: center;
}

.step p {
	text-align: center;
}

#header_space {
	padding: 0px;
}

@media (max-width: 480px) {
.dash {
    padding: 10px!important;
	margin-bottom: 30px!important;
}

.main-logo img {
    width: 100%;
	    background-color: #fff;
}

#header_space {
    padding: 0 15px;
}

.header-upper .main-logo {
    margin-bottom: 0px !important;
}

.link_btn {
    text-align: center;
}

.step h4 {
    font-size: 14px;
}

.step p {
    font-size: 12px;
}

.step {
    margin: 8px 8px;
}

.step_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
}

.container.menu-bg {
    padding: 0px;
}

.row.menu-bar.clearfix {
    margin: 0px;
}

.thumb_bg {
    padding: 20px 35px 20px 35px;
}

.thumb_green {
    padding: 35px;
}

.thumb_green h4 {
    font-size: 30px;
}

.sponsors-logos {
    padding-top: 50px;
}

.gallery_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-section {
    padding-top: 0px;
    padding-bottom: 30px;
}

.quick_links h5 {
    display: none;
}

.main_footer .icon-list .item i {
    top: -5px;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}

.footer_gallery h5 {
    display: none;
}

.image-box img {
    text-align: center;
    width: auto;
}

.image-gallery {
    text-align: center;
}

.bottom-bg {
    margin: 0px -15px;
}

.bottom_footer p {
    margin-left: 0px !important;
}

.bottom_footer li i {
    padding: 0px 5px 5px;
}

.main_footer .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mob_foot {
	width: 150px !important;
}


.header-upper .single-info-box .text-holder {
    margin-top: 0px;
}

.header-upper .single-info-box .text-holder p {
    line-height: 18px;
}

.header-upper .single-info-box .icon-holder {
    top: 0px;
}

.main_footer .recent_news_footer li a {
    font-size: 15px;
}

.page-title .title-text h1 {
    font-size: 30px;
}

.page-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.new_top {
    margin-top: 10px;
	margin-bottom: 10px;
}

textarea#Payment_billing_address {
    border: #ccc 1px solid;
    width: 100%;
}

.input {
    font-size: 11px !important;
    line-height: 2 !important;
}

.gallery_item_container .single_item {
    margin-bottom: 20px;
}

#footer_gallery {
    margin-top: 0px !important;
}

.gallery_wrapper .section-title h3 {
    font-size: 30px;
    text-align: center;
}
}
@media (max-width:767px){
	.btn-primary{margin-top:20px;}
.gallery_wrapper .menu_wrapper{margin-bottom: 0px!important;}
.update_btn {
     text-align: left !important;
    margin-bottom: 20px!important;
    margin-top: 14px!important;
    padding-left: 16px;
}
.qus_name {
    padding-left: 4px;
    line-height: 28px;
}
.test_instr {
    font-size: 18px!important;
}
.test_conscor {
    font-size: 17px!important;
}
.tst_mark{ font-size: 17px!important;}
.test_start {
    font-size: 18px!important;
}
.test_succscore{    border: 0px!important;border-bottom:1px solid #ececec!important;}
.test_succname{    border: 0px!important;}
.prf_txt {
    padding-bottom: 8px!important;
	    font-size: 15px;
}
.test_thanku {
    font-size: 22px!important;
}
.tst_bor2 {
    margin: 0px 0px!important;
}
.tst_bor {
    text-align: center;
	padding: 0px 12px!important;
}

.profile_img img{ margin-left: 14px;margin-top:14px;}
.dash_test {
    margin-top: 10px!important;
}
.profile_upimg img {
    width: 100%;
}
.mock_test {
    line-height: 30px;
}
.col-md-12.col-sm-12.test_bg.padd_null .col-md-4{border-right:0px!important;}
.qusstart {
    margin-top: 10px;
}	
.testqus_head {
       padding: 6px 16px!important;
}	
.btn.btn-style-test {
    margin-top: 6px;
    margin-bottom: 6px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.tst_bor {
    text-align: center;
}
#header_space {
    padding: 0 15px;
}

.header-upper .single-info-box {
    margin-left: 9em;
}

.bottom-bg {
    margin: 0px -15px;
}

.header-upper .main-logo {
    margin-bottom: 0px !important;
}

.link_btn {
    text-align: center;
}

.step {
    margin: 10px 20px;
}

.step_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tp-leftarrow.tparrows.hephaistos {
    top: 70% !important;
}

.tp-rightarrow.tparrows.hephaistos {
    top: 70% !important;
}

.container.menu-bg {
    padding: 0px;
}

.row.menu-bar.clearfix {
    margin: 0px;
}

.thumb_bg {
    padding: 20px 35px 20px 35px;
}

.thumb_green {
    padding: 35px;
}

.thumb_green h4 {
    font-size: 30px;
}

.sponsors-logos {
    padding-top: 50px;
}

.gallery_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.quick_links h5 {
    display: none;
}

.main_footer .icon-list .item i {
    top: -5px;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}

.footer_gallery h5 {
    display: none;
}

.image-box img {
    text-align: center;
    width: 100%;
}

.image-gallery {
    text-align: center;
}

.testimonials .item {
    padding: 25px;
    overflow: hidden;
    height: 375px;
}

.mob_foot {
	width: 150px !important;
}

.header-upper .single-info-box .text-holder {
    margin-top: 0px;
}

.header-upper .single-info-box .text-holder p {
    line-height: 18px;
}

.header-upper .single-info-box .icon-holder {
    top: 0px;
}

.main_footer .recent_news_footer li a {
    font-size: 15px;
}

.page-title .title-text h1 {
    font-size: 40px;
}

.page-title {
    padding-top: 50px;
    padding-bottom: 50px;
}

.new_top {
    margin-top: 10px;
	margin-bottom: 10px;
}

.gallery_item_container .single_item {
    margin-bottom: 20px;
}

#footer_gallery {
    margin-top: 0px !important;
}

.gallery_wrapper .section-title h3 {
    font-size: 30px;
    text-align: center;
}}

@media (min-width: 768px) and (max-width: 998px) {
.testqus_head {
       padding: 6px 16px!important;
}
.test_-instruction {
    margin-top: 52px;
}
.dash {
    margin-bottom: 25px!important;
}
.header-upper .main-logo {
    margin-bottom: 0px !important;
}

.container.menu-bg {
    padding: 0px;
    width: 100%;
}

.row.menu-bar.clearfix {
    margin: 0px;
}
.nav_right_area .login-option {
    margin-right: 5px !important;
}

#polyglotLanguageSwitcher {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.main-menu .navigation > li > a {
    font-size: 11px;
    padding: 0px 4px;

}

.sticky-header .main-menu .navigation > li > a {
    padding: 12px 7px;
	font-size: 12px;
}

.tp-leftarrow.tparrows.hephaistos {
    top: 70% !important;
}

.tp-rightarrow.tparrows.hephaistos {
    top: 70% !important;
}

.thumb_bg {
    padding: 20px;
}

.thumb_green {
    padding: 30px;
}

.gallery_wrapper .content h5 {
    font-size: 14px;
}

.gallery_wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
}

.main_footer .icon-list .item {
    margin-bottom: 10px;
}

.footer_gallery h5 {
    display: none;
}

.image-gallery img {
    width: 200px;
    margin-top: 0px;
}

.image-gallery  {
    text-align: center;
}

.gallery_item_container .single_item {
    margin-bottom: 20px;
}

.content {
    padding: 8em 3em 0em !important;
}}

ul.eng_points li {
	list-style-type: disc;
	margin-bottom: 15px;
	color: #777777;
	margin-left: 30px;
    text-align: justify;
}

@media (max-width: 480px) {
.hephaistos.tparrows{
  width:25px;
  height:25px;
  line-height: 80px;
  background: #ffffff;
  border:3px solid #000;
  border-radius: 50px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 80% !important;
}

.main_heading.tp-caption.tp-resizeme {
    margin-left: 0em !important;
}

.btn-style-three {
    position: relative;
    color: #60b208 !important;
    font-size: 10px !important;
    text-align: center;
    display: inline-block;
    border: 3px solid #60b208 !important;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 35px !important;
    transition: all 500ms ease;
    text-transform: uppercase;
    margin-left: -9.5em !important;
    margin-top: 18px !important;
}

.thumb_bg {
    min-height: auto;
}

.owl-item img {
    width: 100%;
}

#main_slider h3 {
    line-height: 70px;
    position: relative;
    font-size: 20px !important;
    color: #000;
    font-family: 'Rasa', serif;
    font-weight: bold;
    text-align: left;
    line-height: 0px !important;
}

#main_slider h1 {
    line-height: 70px;
    position: relative;
    font-size: 22px !important;
    color: #000;
    font-family: 'Rasa', serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px !important;
}

#main_slider h2 {
    line-height: 70px;
    position: relative;
    font-size: 22px !important;
    color: #60b208;
   
    font-weight: bold;
    text-align: left;
    line-height: 0px;
}

.tparrows:before {
    font-size: 10px;
}

.hephaistos.tparrows:before {
    color: #000;
    margin-top: 5px;
}

.testimonials .section-title h3 {
    font-size: 26px;
}

.blog-section .section-title h3 {
    font-size: 22px;
	text-align: center;
}

.item.text-center img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
}

.testimonials .item {
    padding: 0 40px;
    overflow: hidden;
    height: 410px;
}

.testimonials .content-box p {
    font-size: 14px!important;
}

#new_space {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding-left: 40px;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.footer_logo {
    padding-left: 15px;
    padding-right: 15px;
}

.bottom_footer p {
    margin-left: 0px !important;
    font-size: 12px;
}

#login_area {
    padding: 50px 0px !important;
}

.thumb_bg1 {
	background-color: rgba(0, 56, 103, 0.85);
	padding-bottom: 30px;
}

.main_footer h5 {
    font-size: 24px;
}
.nav>li>a {
    padding: 4px 8px!important;
}
.section-title h3 {
    font-size: 22px!important;
	line-height: 30px!important;
}
.mob_padd{padding-left:0px!important;padding-right:0px!important;}
ul#sidenav01 {
    margin: 0px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.content {
    padding: 0 1em!important;
}
ul#sidenav01 {
    margin: 0px;
}
.nav>li>a {
    padding: 10px 15px!important;
}
.hephaistos.tparrows{
  width:35px;
  height:35px;
  line-height: 80px;
  background: #ffffff;
  border:3px solid #000;
  border-radius: 50px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 80% !important;
}

.main_heading.tp-caption.tp-resizeme {
    margin-left: 0em !important;
}

.btn-style-three {
    position: relative;
    color: #60b208 !important;
    font-size: 20px !important;
    text-align: center;
    display: inline-block;
    border: 3px solid #60b208 !important;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 35px !important;
    transition: all 500ms ease;
    text-transform: uppercase;
    margin-left: -9.5em !important;
    margin-top: 18px !important;
}

.thumb_bg {
    min-height: auto;
}

.owl-item img {
    width: 100%;
}

#main_slider h3 {
    line-height: 70px;
    position: relative;
    font-size: 30px !important;
    color: #000;
    font-family: 'Rasa', serif;
    font-weight: bold;
    text-align: left;
    line-height: 0px !important;
}

#main_slider h1 {
    line-height: 70px;
    position: relative;
    font-size: 36px !important;
    color: #000;
    font-family: 'Rasa', serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px !important;
}

#main_slider h2 {
    line-height: 70px;
    position: relative;
    font-size: 36px !important;
    color: #60b208;
    font-family: 'Rasa', serif;
    font-weight: bold;
    text-align: left;
    line-height: 0px;
}

.tparrows:before {
    font-size: 14px;
}

.hephaistos.tparrows:before {
    color: #000;
    margin-top: 10px;
}

.testimonials .section-title h3 {
    font-size: 26px;
}

.blog-section .section-title h3 {
    font-size: 26px;
	text-align: center;
}

.item.text-center img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
}

.testimonials .content-box p {
    font-size: 14px;
}

.testimonials .item {
    padding: 0 40px;
    overflow: hidden;
    height: 310px;
}

#new_space {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding-left: 0px;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.footer_logo {
    padding-left: 15px;
    padding-right: 15px;
}

.bottom_footer p {
	font-size: 12px;
}

.container.big-font {
    width: 100% !important;
}

.container.big-font p span {
	font-size: 24px !important;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.gallery_wrapper .gallery_menu li {
    padding: 0px 14px;
    line-height: 30px;
}

.gallery_wrapper .single_item .content {
    padding: 25px !important;
}

.list-view .summary {
    margin: 15px !important;
}

.contact-info .single-item {
    margin-bottom: 20px !important;
}

#login_area {
    padding: 0px !important;
}

textarea#Payment_billing_address {
    border: #ccc 1px solid;
    width: 100%;
}

.thumb_bg1 {
	background-color: rgba(0, 56, 103, 0.85);
	padding-bottom: 30px;
}

.main_footer h5 {
    font-size: 26px;
}}

@media (min-width: 768px) and (max-width: 998px) {
.hephaistos.tparrows{
  width:35px;
  height:35px;
  line-height: 80px;
  background: #ffffff;
  border:3px solid #000;
  border-radius: 50px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 80% !important;
}

.main_heading.tp-caption.tp-resizeme {
    margin-left: 0em !important;
}

.btn-style-three {
    position: relative;
    color: #60b208 !important;
    font-size: 14px !important;
    font-family: 'Rasa', serif;
    text-align: center;
    display: inline-block;
    border: 3px solid #60b208 !important;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 35px !important;
    transition: all 500ms ease;
    text-transform: uppercase;
    margin-left: -15em !important;
    margin-top: 0px !important;
}

.thumb_bg {
    min-height: 575px;
}

.owl-item img {
    width: 100%;
}

#main_slider h3 {
    line-height: 70px;
    position: relative;
    font-size: 30px !important;
    color: #000;
    font-family: 'Rasa', serif;
    font-weight: bold;
    text-align: left;
    line-height: 0px !important;
}

#main_slider h1 {
    line-height: 70px;
    position: relative;
    font-size: 36px !important;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px !important;
}

#main_slider h2 {
    line-height: 70px;
    position: relative;
    font-size: 36px !important;
    color: #60b208;
    font-weight: bold;
    text-align: left;
    line-height: 0px;
}

.tparrows:before {
    font-size: 14px;
}

.hephaistos.tparrows:before {
    color: #000;
    margin-top: 10px;
}

.testimonials .section-title h3 {
    font-size: 26px;
}

.blog-section .section-title h3 {
    font-size: 26px;
	text-align: center;
}

.item.text-center img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
}

.testimonials .content-box p {
    font-size: 14px;
}

.testimonials .item {
    padding: 0 40px;
    overflow: hidden;
    height: 260px;
}

#new_space {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding-left: 0px;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.footer_logo {
    padding-left: 15px;
    padding-right: 15px;
}

.bottom_footer p {
	font-size: 12px;
}

.link_btn {
    text-align: center;
}

.btn-style-one {
    padding: 8px 20px;
}

.bottom-bg {
    margin: 0px -20px;
}

.container.big-font {
    width: 100% !important;
}

.container.big-font p span {
	font-size: 24px !important;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.gallery_wrapper .gallery_menu li {
    padding: 0px 14px;
    line-height: 30px;
}

.gallery_wrapper .single_item .content {
    padding: 10px !important;
}

.list-view .summary {
    margin: 15px !important;
}

.contact-info .single-item {
    margin-bottom: 20px !important;
}

#login_area {
    padding: 30px 0px !important;
}

.thumb_bg1 {
	background-color: rgba(0, 56, 103, 0.85);
	padding-bottom: 30px;
}

.main-menu .navigation > li {
    margin-right: 0px !important;
}}


#footer_gallery {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
}

.content {
	/* padding: 4em 6em 0em;  */
	     background-color: #fafafa;
		     padding-top: 3em;
	 
}

.choose_image input {
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:0px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    font-weight:400 !important;
    color: #333!important;
}

.form-control {
	border-radius: 0px !important;
}

.about-us .section-title h5 {
     font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
    padding: 10px;
    background-color: #45980d;
	text-align: center;
	margin-bottom: 0px;
}

.about-us .section-title .title_login {
    font-size: 26px;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
    margin-bottom: 0px;
}

#nopadding u {
    font-size: 14px;
    font-weight: 500;
    color: #4c9202;
    text-decoration: none;
}

.box_login p {
    font-size: 14px;
    color: #777;
	margin-bottom: 27.5px;
}
.newusert {
    text-align: right;
}
.padding_space {
    padding: 30px;
	padding-top: 0px;
}

.box {
    padding: 20px  30px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.box_login {
    padding: 40px 35px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.effect1{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

.form-actions {
    text-align: center;
}

#nopadding {
	padding-left: 0px;
	padding-right: 0px;
}

#login_area {
	padding: 50px;
}

#nopadding img {
    border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

#login_bg {
	background-image: url(../images/login/login_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.fa.fa-phone {
	/*font-size: 20px;*/
    color: #60b208;
	margin-top: 5px;
}

.fa.fa-envelope {
	font-size: 20px !important;
    color: #60b208;
	margin-top: 5px;
}

.blog-section p a {
    color: #fff;
    cursor: pointer;
    font-style: italic;
    border-bottom: 1px solid#fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 300;

}
.page-title{
	background-image:url(../images/background/4.jpg);
	background-repeat:no-repeat;
	
	
}
select#CoursePlanner_course {
    height: 34px;
    border: #ccc 1px solid;
	text-transform: capitalize;
}

.content-text h4 {
    padding-top: 15px;
    min-height: 60px;
    color: #2c4d82;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 17px;
    line-height: 1.5em;
}

#news_content {
	border: #ccc 1px solid;
	padding: 0 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.content-text h5 {

}

.image_facult {
	    text-align: center;
	  /*   float: left; */
    padding-right: 4px!important;
}

.image_facult img {
    width: 100px;
    height: 100px;
    border-radius: 18%;
    margin: 0 auto;
    margin-top: -55px;
    box-shadow: 1px 0 19px 0 rgba(0,0,0,.15);
    border: 5px solid #f5f5f5;
}

#no_padding {
	padding-left: 0px;
	padding-right: 0px;
}

.facult_text h4 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.facult_box {
    padding: 12px 10px;
    margin: 10px;
    background-color: #ffffff;
    box-shadow: 1px 0 19px 0 rgba(0,0,0,.15)!important;
    border-top: 4px solid #d8d8d8; 
}

.facult_text .qua {
      font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.facult_text p {
	text-align: center !important;
}

#faulty_box {
	margin-left: -15px;
}

#courses_bg {
    background: #fafafa;
}

.fa.fa-clock-o {
    color: #60b208;
	/*margin-left: 17px;*/
}

ul.content-text {
    border-top: 1px solid #ececec;
	background-color:#FFF;
	padding-top:7px;
	    margin-bottom: 30px;
}

.dash_text h4 {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}

.dash_text p {
    font-size: 14px;
    color: #60b208;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.image_dash {
	/*text-align: center;*/
}

.image_dash img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #60b208;
}

.text_dashboard {
    border: #ccc 0px solid;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.dash {
    padding: 20px;
    border: #dedede 1px solid;
    margin-bottom: 50px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.030);
    background-color: #fff;
	   
	    
}
.dash_small{
	padding: 15px 20px;
    border: #ececec 1px solid;
    margin-bottom: 15px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.040);}

.payment {
    padding: 6em 7em 0em;
}

.input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.new_top {
	margin-top: 10px;
}

.form_pay {
	margin-bottom: 15px;
}

textarea#Payment_billing_address {
    border: #ccc 1px solid;
}

@media (max-width: 480px) {
.content {
    padding: 0 1em;
}

.default-form-area {
	padding: 0px;
}

.gallery_wrapper .gallery_menu li {
    padding: 0px 14px;
    line-height: 35px;
}

.list-view .summary {
    margin: 15px !important;
}

.box {
    padding: 30px 5px;
}
.box.effect1.forpad {
    padding: 30px 15px;
}
.contact-info .single-item {
    margin-bottom: 20px !important;
}

.gradient-overlay .default-form-area h4 {
    line-height: 30px;
}

.container.big-font {
    width: 100% !important;
}

.container.big-font p span {
	font-size: 20px !important;
    font-weight: 600;
    color: #000;
    text-align: center;
}}


h1.course_title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color:	#60b208;
	text-shadow: 2px 2px 4px #000000;
	font-size: 40px;
}

@media (max-width: 998px) {
.tree_img img {
	width: 100%;
}  
.sidebar-nav.dashbg {
    min-height: auto!important;
}}

.popup_box {
    border: #ccc 0px solid;
    padding: 30px;
    margin: 0px;
    background-color: #fbfbfb;
}

.thumb_bg ul li { 
    color:#FFF;     
    font-weight: 500;
    text-align: justify; 
list-style-type: square;
}
.couread_more {
    
}
.pad{    
    text-transform: uppercase;
    border-radius:4px;
    border: 1px solid #fff;
    padding: 8px 10px;
    color: #fff;
    font-weight:400;
    font-size: 13px;
    text-transform: uppercase;
}
i.fa.fa-mobile.mobfont:before {
    font-size: 46px;
}
.btn.btn-primary.wid a {
    color: #fff;
	text-decoration: none;
}
.boxshdw {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.075);
}
.padtopgal{padding-top:25px}
.minht{min-height: 69px!important;}
.ih-item.circle.effect1 .spinner {
    width: 100px;
    height: 100px;
    border: 10px solid #ecab18;
    border-right-color: #1ad280;
    border-bottom-color: #1ad280;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
main.css:2509
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.circle.effect1 a:hover .info {
    opacity: 1;
}

.ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fa.fa-envelope:before {
    font-size: 22px !important;
  
}
.dashbg{background: #2c4d82;
    min-height: 527px;}
.dashbg .navbar-collapse.collapse.sidebar-navbar-collapse {
    border: none;
	padding-left: 0px;
    padding-right: 0px;
}
.sidebar-nav.dashbg li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.left_nul{padding-left: 0px!important}
ul#sidenav01 {
    width: 100%!important;
	float:none
}
ul#sidenav01 li{
    width: 100%!important;
	float:none
}
ul#sidenav01 li a{
    color:#fff;
	border-bottom: 1px solid #6c83a8;
	    font-size: 13.5px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #45980d!important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #45980d!important;
    color: #555;
}
 .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    
    border-radius: 0px!important;
}  
.padd_null {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.prf_txt{padding-bottom:15px; padding-left: 0px!important;
    padding-right: 0px!important;}
.gallery_wrapper.dash_padd {
    padding-top: 0px;
}
.dash_cour{margin-bottom:10px;}
.time-duration.dash_dur {
    padding-top: 10px;
}
.section-title h3 {
    background-repeat: no-repeat;
    font-size: 26px;
    color: #222222;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.dash .section-title h3{
    font-size: 25px;
    color: #45980d;
    text-align: left;
    text-transform: uppercase;
}
.dash .section-title h3:after {
    content: "";
    height: 1px;
    width: 60px;
    position: relative;
    display: block;
    background-color: #d4d4d4;
    margin-top: 8px;
    border-radius: 2px;
}

.section-title.dash_subhead h4 {
    margin-top: 10px;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #173e7a;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 0px;
}
span.visible-xs.navbar-brand {
    color: #fff;
}
.dash_profilbor{    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;}
.bor {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.section-title.text-center.mar_left h3 {
    margin-left: 0px;
}

.test_instr {
    font-size:21px;
    line-height: 26px;
    color: #444;
    font-weight: bold;
    margin-top: 0px;
    text-align: justify;
	    margin-bottom: 23px;
	
}
.test_bg{
/*	padding: 20px;*/
    border: #ececec 1px solid;
    margin-bottom: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.030);
}
.testin_hd {
    background-color: #173e7a;
    margin: 0px;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.test_inst {
   border-bottom: 1px solid #e2e2e2;
   margin-bottom: 0px;

}
.col-md-12.col-sm-12.test_bg.padd_null .col-md-4 {
        padding-left: 0px!important;
    padding-right: 0px!important;
    border-right: 1px solid #e2e2e2;
}
.col-md-12.col-sm-12.test_bg.padd_null .col-md-8 {
    padding-left: 0px!important;
    padding-right: 0px!important;
	height: auto!important;
}
.col-md-12.col-sm-12.test_inst.padd_null .col-md-4 {
    padding-left: 0px!important;
    padding-right: 0px!important;
	border-right:1px solid #e2e2e2;
    padding: 10px; 
	text-align: center;
	height: auto!important;
}
.col-md-12.col-sm-12.test_inst.padd_null .col-md-8 {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding: 10px; 
}
.test_bg.padd_null {
    border: 1px solid #e2e2e2;
}
.tst_bor {
    padding-left: 20px;
    font-weight: 700;
	margin-bottom:0px;
	color: #000;
	    font-size: 16px;

}
.tst_bor2 {
    margin: 26px 0px;
	    font-size: 16px;
}
.tst_bor1 {
    margin-bottom: 0px;
	    font-size: 16px;
}
.tst_borra{margin:5px 0px;}
.test_start{
	font-size: 22px;
    line-height: 26px;
    color: #444;
    font-weight: 500;
    margin-top: 0px;
    text-align: justify;
    margin-bottom: 32px;
   
}
.test_subname {
       padding: 4px 0px;
    font-size: 19px;
    color: #1f5bb7;
    font-weight: 500;
}
.test_subname:last-child {
    margin-bottom: 36px;
}
.test_subname:first-child {
    margin-top: 18px;
}
.test_click{    
    font-size: 18px;
    padding: 0px 20px;
    color: #1151ab;

    font-weight: 500;
}
.news_decr {
    margin-top: 60px;
    margin-bottom: 60px;
}
.news_head h4 {
    font-size: 32px;
    line-height: 14px;
    margin-bottom: 18px;
    color: #173e7a;
    font-weight: 500;
 
}
.news_head h5 {
    font-size: 22px;
    line-height: 14px;
    margin-bottom: 12px;

	color: #777;
}
.news_head p{
	font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #777777;
    letter-spacing: .5px;
    margin-bottom: 30px;
    text-align: justify;
}
.test_result h4{
	font-size: 24px;
    line-height: 14px;
	margin-top:20px;
    margin-bottom: 20px;
	color: #333;
	text-align: center;
    text-transform: capitalize;
}
.rest_img img {
    width: 254px;
    height: 195px;
}
.navbar.navbar-default {
    border: none;
}
.cour_dur {
    padding: 0px 6px;
    color: #e00809;
	font-weight: 400;
}
.view_clr a {
    color: #b5b3b3;
    font-size: 13px;

}
.view_clr {
    color: #ccc;

}
.view_clr a:hover {
    color: #222;
}
.mock_test {
    color: #9a9a9a;
}

.profile_img img{
    height: 113px;
    width: 128px!important;
      border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin-bottom: 10px;
}
.stud_name {
    margin: 0px;
    color: #173e7a;
	margin-bottom: 10px;

}
.mock_testcr {
    color: #666;
    padding-right: 4px;
}
.mock_testdura {
    padding-right: 5px;
}
.mock_testmins{ padding-right: 5px;}
.attend_test {
    padding-left: 5px;
}
.view_video {
    padding-left: 5px;
    padding-right:5px;
}
.view_files {
    padding-right: 5px;

}
.purcour_shd {
    color: #173e7a;
    font-size: 18px;
	    font-weight: 500;
		    font-weight: 400;
}
.purcour_doc {
       margin-top: 10px;
}
.purcour_head {
    margin-bottom: 2px;
    font-size: 14px;

}
.sub_select {
    margin-bottom: 12px;
}
.carshcour_head {
    font-size: 17px;
    text-transform: capitalize;
    color: #173e7a;
    margin-top: 0px;
	    font-weight: 500;
}
.back_btn a {
     border: 1px solid #2c4d82;
    border-radius: 2px;
    padding: 3px 10px;
    color: #2c4d82;
	
}
.back_btn a:hover {
    border-color: #45980d;
    color: #45980d;
}
.back_btn{text-align:right;margin-bottom:6px;}

.update_btn a {
   /*  border: 1px solid #9c9c9c;
    border-radius: 2px;
    padding: 3px 10px;
    color: #173e7a; */
	 padding: 7px 14px;
    color: #ffffff;
    margin-right: 13px;
    background-color: #45980d;
    border: 1px solid #45980d;
    border-radius: 2px;
	
}
.update_btn a:hover {
    color: #666;
    background-color: transparent;
    border: 1px solid #45980d;
	
}
.update_btn {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 14px;
}
.view_btn1.proup {
    text-align: center;
    margin-top: 10px;
}
.dash_apply {
    padding-bottom: 18px;
}
.single_item.boxshdw.our_corht {
    max-height: 355px;
}
.dash_cour.mob_padd {
    padding-left: 8px;
    padding-right: 6px;
}
.payment_head {
    font-size: 18px;
    text-transform: capitalize;
    color: #2c4d82;
    margin-top: 0px;
    margin-bottom: 0px;
}
div#course_view {
    margin-bottom: 40px;
}
.dash_profile{margin-top:15px;}
.dash_test{margin-top:6px;}
.view_btn a {
   margin-right: 13px;
    padding: 7px 14px;
    color: #45980d;
    margin-right: 13px;
    /* background-color: #45980d; */
    border: 1px solid #45980d;
    border-radius: 2px;
    font-weight: 400;
}
.view_btn a:hover{    
    color: #2c4d82;
    background-color: transparent;
    border: 1px solid #2c4d82;
}

.view_btn1 a {
    border: 1px solid #2c4d82;
    border-radius: 2px;
    padding: 7px 14px;
    color: #2c4d82;
    margin-right: 13px;
    text-align: center;
}
.view_btn1 a:hover{    
    color: #45980d;
	background-color: transparent;
    border: 1px solid #45980d;
}
.btn.btn-style-test {
    border: 1px solid #053c92;
    background-color: transparent;
	  color: #173e7a;
	
}
.btn.btn-style-test:hover{color: #909090;
    border: 1px solid #909090;}
.his {
    padding-right: 10px;
}
.purcour_doc{   
     margin-top: 5px;
    margin-bottom: 6px;
    line-height: 30px;}
.crash_cour {
    text-align: right;
}
.eye_views {
    padding-left: 20px;
}
.views {
    padding-top: 10px;
}
.summary {
    padding-top: 10px;
}
.dash_smallnomar {
    padding: 10px 14px;
    border: #ececec 1px solid;

}
.dash_ourcourviwe {
    font-size: 16px!important;
}
.testinsrt_clr {
    color: #1f5bb7;
}
#sub_error_div {
 
    color: #f00;
    font-size: 16px;
}
.history_view {
    border: 1px solid #e0e0e0;
    padding: 10px;
	 /*   border-top: 0px;*/
		margin-bottom:-1px;
}
input#Payment_payment_method_0 {
    margin-top: 12px;
}
.pay_mod{padding-top:8px;}
.payment_sucess{text-decoration:underline; font-weight: 500;color#173e7a;}
div#testscreen {
    margin-top: 34px;
    margin-bottom: 20px;
}
div#count_div {
    color: #008000;
    font-weight: 500;
	
    text-align: right;
}
.ans_count {
  color: #000;
    text-decoration: underline;
}
.testqus_head {
   background-color: #244373;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 0px;
    color: #fff;
}
.testname_title h3 {
    margin-top: 16px;
    background-repeat: no-repeat;
    font-size: 25px;
    margin-bottom: 10px;
}
.tstcour_clr {
    color: #60b208;
	    padding-left: 5px;
		font-size: 15px;
}
.go_to {
  /*   background-color: #f5f5f5; */
    text-align: center;
    font-weight: bold;
	border-right:15px solid #fff;
}
.qus {
      font-size: 18px;
    background-color: #f5f5f5;
    padding: 10px 12px;
	    margin-bottom: 0px;
}
.qus_name {
    padding-left: 4px;
}
.ans{    padding: 10px 12px;
    font-size: 16px;}
.qusstart {
    border: 1px solid #e6e6e6;
}
.goto_bor {
        background-color: #244373;
    padding: 6px;
    font-size: 16px;
    color: #fff;
	    margin-bottom: 0px;
}
.dash_testqus {
    padding: 15px 20px;
    border: #ececec 1px solid;
    margin-bottom: 15px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.040);
    margin-top: 22px;
}
.sub a:hover {
    color: #dedede;
}
.sub a {
    font-weight: bold;
    font-size: 14px;
    background-color: #15468a;
    padding: 6px;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
}
.test_confirm {
    color: #f00;
}
.test_conscor {
    font-size: 19px;
}
.test_noti {
    font-size: 17px;
    text-transform: capitalize;
}
.tst_mark {
      padding-top: 0px;
    padding-bottom: 1px;
    font-size: 19px;
}
.test_succscore {
    color: #000;
    font-weight: bold;
	font-weight: bold;
    border: 1px solid #efefef;
       padding-bottom: 6px;
    padding-top: 6px;
}
.test_succname {
    color: #173e7a;
    font-weight: 600;
    border: 1px solid #efefef;
       padding-bottom: 6px;
    padding-top: 6px;
}
.cour_amt {
    padding: 10px 0px;
    font-size: 15px;
}
.payment_success {
    text-align: center;
    font-size: 15px;
}
.test_thanku {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
	line-height: 30px;
}
.video_views {
    margin-bottom: 0px;
    padding-top: 8px;
}
.text-align h3 {
    text-align: center;
}
.dash_smalltestscreen {
    padding: 6px 14px;
    border: rgba(236, 236, 236, 0.7) 1px solid;
    /* margin-bottom: 15px; */
    /* box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.040); */
}
.back_btn_exit a{
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    padding: 3px 10px;
    color: #173e7a;
	
}
.back_btn_exit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.test_succname.tsts_bg {
    background-color: #2b4d82;
    color: #fff;
}
.test_succscore.tsts_bg {
    background-color: #efefef;
}
#Purchased_Courses {
    margin-bottom: 50px;
}
div#studymaterial {
    margin-bottom: 50px;
}
.test-success {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 28px;
    color: #2b4d82;
}
.total_mark p {
    margin-bottom: 2px;
}
.total_mark{
	padding-bottom:10px;
	
}
.complete_test{    text-align: right;
    padding-top: 32px;}
.ans_qus {
    padding: 8px 24px;
    margin-bottom: 0px;
    /* border-bottom: 1px solid #efefef; */
    font-size: 16px;
}
.num {
    border-bottom: 0px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    padding: 6px 0px;
	    margin: -1px 0px;
}

.popup_box ul {
    overflow-y: scroll;
    height: 75px;
}
.popup_box .cour_popup {
    overflow-y: scroll;
    height: 110px;
}


/*responsive welcome part*/
@media (min-width: 280px) and (max-width: 550px) {
.media-carousel .carousel-control.left {
    left: 0px!important;
    margin-top: 75px;
}
.media-carousel .carousel-control.right {
    right: 0px !important;
    margin-top: 75px;
}
.padtopp {
    width: 100%;
}}

@media (min-width: 280px) and (max-width: 991px) {
.homewe-img{
	width:100%;
}
.fhicons {
    position: absolute !important;
    top: 10px;
    right: 20px;
}
.cour_circle {
    width: 100%;
}

}

@media (min-width: 280px) and (max-width: 500px) {
.media-carousel .carousel-control.left {
    left: -16px!important;
    margin-top: 70px !important;
}
.media-carousel .carousel-control.right {
    right: -16px!important;
    margin-top: 70px !important;
}}
@media (min-width: 550px) and (max-width: 700px) {
.media-carousel .carousel-control.left {
    left: 30px!important;
	
}
.media-carousel .carousel-control.right {
    right: 30px !important;
}
}

@media (min-width: 992px) and (max-width: 1100px) {

.media-carousel .carousel-control.left {
    left: 40px!important;
    margin-top: 55px !important;
}
.media-carousel .carousel-control.right {
    right: 40px !important;
    margin-top: 55px !important;
}}


/*footer starts*/

.hovicons {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hovicons:hover {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.foot_links li a {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.list-inline.foot_links {
      padding-top: 14px;
    margin-left: -13px;
}
.list-inline.foot_links li a {
    padding-left: 9px;
    padding-right: 9px;
    font-family: 'Fira Sans', sans-serif!important;
    line-height: 26px;
    letter-spacing: 0.03em;
}
.quick.social {
    margin-top: 5px;
}
.subfooter {
    background-color: #ececec;
}
.wfooter{
	padding-top:45px;
}
.headoff{
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding-left: 13px;
    font-family: 'Fira Sans', sans-serif!important;
}
.quick{
	font-size:15px;
	text-transform:uppercase;
    font-family: 'Fira Sans', sans-serif!important;
	font-weight:600;
	color:#000;
	
}
.fhicons-2{
	position:relative;
	top:10px;
	 
}

.borr{
	border-top:1px solid #c2c2c2ad;
}
.bangalore.covai {
    margin-top: 3px;
}
.pln{
	line-height:1.5;
    font-size: 14.3px;
	    margin-bottom: 2px;
   font-family:FiraSans-Light!important;
	color:#000;
	  letter-spacing: 0.03em;
}
.pln a {
    color: #000;
}
.erode{
	font-size:15px;
	color:#05cdd4;
	width:45px;
	border-bottom:2px solid;
	padding-bottom:5px;
	margin-top: 10px;
}
.bangalore{
	font-size:15px;
	color:#05cdd4;
	width:85px;
	border-bottom:2px solid;
	padding-bottom:5px;
	margin-top: 10px;
	
}
.footer-linkks {
/*    font-size: 12px !important;
	font-weight:500;
	letter-spacing:0.5px;
*/
}
.fofa{
	color:#1a4bb1;
}
.fogo{
	color:d41d1d;
}
.fotwit{
	color:#02ccd3;
}
.socc{
	font-size:16px;
	
}
.soc{
	padding-top:20px;
}
.poweredby{
	text-align:right;
	font-size:11px;
}
.padsm{
	padding:0px !important;
}
.paddlg{
	padding:0px !important;
}
.paddinglg{
	padding:0px !important;
}
.subfhead{
	padding:0px !important;
}

/*footer ends*/

/*home page welcome starts*/
.bgd{
	background-color:#ffde00;
	height:400px;
}
.welcome-para{
	line-height: 21px;
    color: #000;
    font-size: 15px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    letter-spacing: 0.2px;
}
.welcome-head{
	text-transform:uppercase;
    font-size: 24px;
    letter-spacing: 2px;
	    font-weight: 500;
}
.welcome-logo{
	padding-top:25px;
}
/*home page welcome ends*/

.main-menu .navigation > li > a:hover {
    color: #9cd4ff;
}
b, strong {
    font-weight: 500!important;
}
.features-content {
    padding-top: 50px;
}
.about-us {
    padding: 20px 0px;
}

.box_facult {
    padding-top: 30px;
    padding-bottom: 10px;
}
.right_null{padding-right:0px!important;padding-left:0px!important;}
.profinforamtion {
    font-size: 14px;
}
.section-title .headdash h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    text-transform: uppercase;
	   
}

.double-line-bottom-theme-colored-2:after, .double-line-bottom-theme-colored-2:before, .double-line-bottom-centered-theme-colored-2:after, .double-line-bottom-centered-theme-colored-2:before{
background: #45980d;	
	
}
.double-line-bottom-theme-colored-2:before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 24px;
}
.double-line-bottom-theme-colored-2:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.double-line-bottom-theme-colored-2 {
    margin-bottom: 32px;
    margin-top: 10px;
    padding-bottom: 6px;
    position: relative;
}

.resul_tab {
    padding: 0px!important;
}
.newssdate {
    font-size: 13px!important;
    margin-bottom: 2px!important;
    color: #45980d!important;
}
.cou_plan {
    padding-top: 40px;
}
.regcour label {
    padding-left: 10px;
}
table{
    font-size: 14px;
}
.testmonname {
    font-size: 18px!important;
   
    font-weight: 400!important;
}
.testwho {
    padding-left: 10px;
    color: #fff!important;
    font-size: 18px!important;
}
.quoute {
    text-align: left;
    margin-bottom: -26px;
    padding-left: 19px;
}
.image-box {
    padding-bottom: 10px;
	    padding-top: 10px;
}
.quoutert {
    text-align: right;
    padding-right: 19px;
    margin-top: -26px;
}
.leftpaddno{padding-left:0px!important;}
.blog-section p a:hover {
    color: #ffde00;
    border-bottom: 1px solid #ffde00;
}
.homenewsall{padding-bottom:6px;}
.newsread {
   /*  text-align: right!important; */
}
.border_his {
    border: 1px solid #dcdbdb;
    padding: 10px;
	border-bottom:0px;
}
.paypadno .list-view {
    padding-top: 0px;
}

.afteronline a:hover {
    color: #e6e6e6;
}
.list-inline.foot_links li a:hover {
    color: #2c4d82;
}
.ask:after{
    content: "";
    height: 1px;
    position: relative;
    display: block;
    margin: 10px auto;
    border-bottom: 1px solid #d4d4d4;
    width: 60px;
}
.navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.homewe-img {
    height: 400px;
}
.mock_testdura {
    color: #000000;
}
.mock_testmins{color: #888;}
.thumbnail.fancybox img {
    height: 204px;
    width: 100%;
}
.thumbnail.fancybox {
    margin-bottom: 26px;
    padding: 0px;
}
.gallery {
    padding: 20px 0px 30px;
}
/*.main-logo {
    height: 90px;
}
*/

/*whatsapp button*/


.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;
}