
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;

}

.btn-link:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	margin: 0;
	padding: 0;
	font-family: 'Arimo';
}

p,
a {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
{
	font-weight: 700;
}

li {
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 14px;
}

img {
	border: none;
}

clr {
	clear: both;
}


body {
	overflow-x: hidden;
}

#error{
    overflow-y: hidden;
}




/* ========================== 
    menu header css start
=========================== */

.full_manu_header {
	background: #2d3e50;
	line-height: 40px;
	height: 40px;
}

.header_left ul li {
	color: white;
	display: inline-block;
	padding-right: 20px;
}

.header_right {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 16px;

}

.header_right ul {
	display: flex;
	padding-left: 48px;
	text-decoration: none;
	float: right;
}

.header_right ul li .register {
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
    font-size: 22px;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.header_right ul li .login {
	color: #fff;
	text-decoration: none;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.header_right ul li .register:hover {
	color: #fbaa33;
}

.header_right ul li .login:hover {
	color: #fbaa33;
}


/* ========================== 
    menu css start
=========================== */

.navbar {
	/*padding-bottom: 32px;*/
	transition: all linear .4s;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
	font-size: 26px;
	transition: all linear .5s;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
	color: #fbaa33;
}

button:focus {
	outline: transparent;
}

.navbar-brand {
	/*padding-top: 20px;*/
}

.menu_fix {
	position: fixed;
	box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	animation: smooth 1s;
	top: 0;
	width: 100%;
	z-index: 9999;
}

@keyframes smooth {
	from {
		top: -50px;
	}
	to {
		top: 0px;
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0px;
	color: #2d3e50;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Arimo';
	padding-top:0px;
	transition: all linear .5s;
}


.main_menu ul li a.active{
    color: #fbaa33 !important ;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link .active {
	color: #fbaa33;
}
.navbar-light .navbar-nav .nav-link:focus {
	 color: #fbaa33 !important ;
}

.navbar-nav {
	margin-right:0px;
}

.get-start {
	text-decoration: none !important;
	font-size: 18px;
	font-family: 'Arimo', sans-serif;
	padding: 10px 18px;
	background: #fbaa33;
	color: white !important;
	border-radius: 6px;
	margin-top: 26px;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.get-start:hover {
	background: #2d3e50;
}



/* ========================== 
 banner/hero area css start 
=========================== */
/*

.full_slider {
	position: relative;
}

.slider {
	background: url(../images/banner1.png) left top no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.slider1 {
	background: url(../images/banner_03.jpg) left top no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.slider2 {
	background: url(../images/Banner-02.jpg) left top no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.slider:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(2, 2, 2, 0.4);
	left: 0;
	top: 0;
	z-index: -1;
}

.left_arrow {
	color: #f1f1f1;
	position: absolute;
	font-size: 28px;
	top: 50%;
	left: 50px;
	z-index: 99;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-mos-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.left_arrow:hover {
	background: #fbaa33;
	color: white;
	border-color: #fbaa33;
}

.right_arrow {
	color: #f1f1f1;
	position: absolute;
	font-size: 28px;
	top: 50%;
	right: 50px;
	z-index: 99;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-mos-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.right_arrow:hover {
	background: #fbaa33;
	color: white;
	border-color: #fbaa33;
}

.bnr_text {
	padding-top: 138px;
	padding-bottom: 230px;
	font-family: 'Arimo';
	color: #fff;
}

.bnr_text h1 {
	font-weight: 700;
	font-size: 52px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.bnr_text h1 span {
	font-weight: 400;
	font-size: 40px;
	display: block;
}

.bnr_text p {
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 60px;
	padding-right: 510px;
}



.bnr_text .take_tour {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding: 13px 22px;
	border-radius: 5px;
	margin-right: 20px;
	background: #2d3e50;
	transition: all linear .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}


.bnr_text .take_tour:hover {
	background: #fbaa33;
}

.bnr_text .start_course{
    	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	padding: 13px 22px;
	border-radius: 5px;
	margin-right: 20px;
	transition: all linear .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
    background: #fbaa33;
}
.bnr_text .start_course:hover {
    background:  #2d3e50;
}

*/

.skitter-themes { text-align: center; margin-bottom: 10px; }
.skitter-themes ul { }
.skitter-themes ul li { display: inline-block; }
.skitter-themes ul li a { padding: 10px; display: inline-block; color: black; text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; border-radius: 2px; border: 2px solid; margin: 0 5px 10px 5px; }
.skitter-themes ul li a.active { color: #999; }

.skitter-animations { text-align: center; margin: 20px 0 10px 0; }
.skitter-animations h3 { text-transform: uppercase; margin: 0 0 10px 0; }
.skitter-animations ul { }
.skitter-animations ul li { display: inline-block; }
.skitter-animations ul li a { display: inline-block; color: black; text-decoration: none; font-size: 14px; border-bottom: 1px solid; margin: 0 5px 10px 5px; }
.skitter-animations ul li a.active { color: #999; }

@media (max-width: 767px) {
  .skitter-themes ul li a { 
    margin: 0 2px 5px 2px;
    padding: 5px;
    font-size: 12px;
  }
}

/* ------------------------------------------
  Skitter custom settings
---------------------------------------------*/
.skitter-large-box {
  width: 100%;
  margin-top: 151px;
}
.skitter-small-box {
  max-width: 400px;
}
.skitter-medium-box {
  max-width: 500px;
}

/* ------------------------------------------
  Slick slider custom start here
---------------------------------------------*/

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* ------------------------------------------
  Slick slider custom end here
---------------------------------------------*/



#support {
	margin-top: 25px;
}

.support .online {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-right: 2px solid #dddddd;
	padding-bottom: 30px;
	text-align: center;
	transition: all linear .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.support .online:hover {
	box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
}

.support .online img {
	padding-top: 30px;
	padding-bottom: 20px;
}

.support .online .text-center h4 {
	font-weight: 400;
	font-size: 24px;
	color: #444444;
	padding-bottom: 10px;
}

.support .online .text-center a {
	font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    padding: 7px 7px;
    background: #2d3e50;
    border: 1px solid;
    text-decoration: none;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 25px;
    display: inline-block;
    transition: all linear .05s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    -ms-transition: all linear .5s;
}

.support .online .text-center a i {
	padding-left: 5px;
}

.online .text-center a:hover {
	color: #fbaa33;
}



/* ========================== 
   banner/hero area css end 
=========================== */


/* ========================== 
   about us area css start 
=========================== */

.about_part {
	padding-top:40px;
	padding-bottom:40px;
	position: relative;
}

.section_title {
	text-align: center;
	padding-bottom:10px;
}

.section_title h1 {
	font-size: 32px;
	color: #2d3e50;
}

.section_title p {
	color: #666666;
	font-size: 14px;
	padding: 0 233px;
}

.about_part .slick-list {
	padding-bottom: 0px;
}

.slider_about:after {
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	background: url(../images/aboutSliderBorderTop.png);
	width: 370px;
	height: 3px;
	z-index: 1;
}

.slider_about:before {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0;
	background: url(../images/aboutSliderBorderBottom.png);
	width: 370px;
	height: 3px;
	z-index: 1;
}

.slider_about img {
	width: 100%;
	padding-bottom: 5px;
	height:310px
}

.about_part .slick-dots {
	top: 84%;
	left: 52%;
	transform: translate(-52%);
}

.about_part .slick-dots li {
	display: inline-block;
	margin: 0px;
}

.slick-dots li button:before {
	font-size: 0px;
}

.about_part .slick-dots li button {
	background-color: transparent;
	border: 1px solid #999999;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 0px;
}

.about_part .slick-dots li.slick-active button {
	border-color: #fbaa33;
	background-color: #fbaa33;
}

.about_slider img {
	/*-webkit-clip-path: polygon(23% 0, 100% 0, 77% 100%, 0 100%);
	clip-path: polygon(23% 0, 100% 0, 77% 100%, 0 100%);*/
	border-radius:36px;
}

.about_text {
	padding-top: 50px;
	text-align: left;
}

.about_text p {
	font-size: 15px;
	color: #444444;
	margin-bottom: 27px;
	text-align: justify;
}
.about_text1 p {
	font-size: 15px;
	color: #444444;
	margin-bottom: 27px;
}

.about_text .button a {
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 20px;
	padding:5px 18px;
	background: #2d3e50;
	border: 1px solid;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	margin-right: 20px;
	margin-top: -10px;
	display: inline-block;
	transition: all linear .05s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-o-transition: all linear .5s;
	-ms-transition: all linear .5s;
}

.about_text .button a:hover {
	background: #fbaa33;
}


/* ========================== 
   about us area css end 
=========================== */


/* ========================== 
  Counter part start
=========================== */

#counter_part {
	background: url(../images/counterPartImage.png) no-repeat;
	background-position: center !important;
	background-size: cover !important;
	position: relative;
	z-index: 1;
}

.counter_item {
	text-align: center;
	position: relative;
	margin: 41px 0px;
}

.counter_item h3 {
	color: #f1f1f1;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Arimo';
	padding-bottom: 8px;
}

.counter_item h5 {
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 24px;
	color: #f1f1f1;
	padding-bottom: 14px;
}


/* ========================== 
      Counter part end
=========================== */


/* ========================== 
    Our Courses part Strat
=========================== */
#our_course{
    padding:0px 0px 30px;
}
#our_course .section_title {
	text-align: center;
}

#our_course .slick-track {
	padding-bottom: 30px;
}

.section_title h1 {
	padding-bottom: 22px;
}

.course-one {
	position: relative;
	border: 1px solid transparent;
	background: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
	height:400px;
}

.slick-center .course-one .enroll a,
.slick-center .course-one .crs-details h4 {
	background: #fbaa33;
}

.slick-center .course-banner:after,
.slick-center .course-banner a i {
	opacity: 1;
}

.course-one .course-banner img {
	width: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	height: 230px;
}

.course-one .course-banner {
	position: relative;
	margin-bottom: 20px;
}

.course-banner-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 99;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.course-one .course-banner a {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fbaa33;
	line-height: 50px;
	font-size: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	color: #f1f1f1;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	cursor: pointer;
	text-align: center;
}

.course-banner-overlay:hover {
	opacity: 1;
}

.course-banner-overlay:hover a {
	opacity: 1;
}

.course-left_arrow {
	color: #2d3e50;
	position: absolute;
	font-size: 28px;
	top: 50%;
	left: -100px;
	z-index: 99;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #2d3e50;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-mos-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.course-left_arrow:hover {
	background: #fbaa33;
	color: white;
	border-color: #fbaa33;
}

.course-right_arrow {
	color: #2d3e50;
	position: absolute;
	font-size: 28px;
	top: 50%;
	right: -100px;
	z-index: 99;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #2d3e50;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-mos-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.course-right_arrow:hover {
	background: #fbaa33;
	color: white;
	border-color: #fbaa33;
}

.slick-center .course-one {
	box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	border: 1px solid #dddddd;
	transition: all linear .5s;
}

.course-one .profile {
	margin-left: 12px;
}

.course-one .profile p {
	display: inline-block;
	color: #444444;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Arimo';
	margin-top: 10px;
}

.course-one .profile h5 {
	display: inline-block;
	color: #444444;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Arimo';
}

.course-one .pro-rating {
	text-align: right;
}

.course-one .pro-rating i {
	font-size: 12px;
	color: #fbaa33;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-right: -5px;
	padding-left: 5px;
}

.course-one .pro-rating p {
	color: #999999;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Arimo';
}

.course-one .crs-details h4 {
	display: inline-block;
    color: #222222;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Arimo';
    padding-top: 20px;
    padding-bottom: 16px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
    -ms-transition: all linear .5s;
}

.course-one .crs-details p {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Arimo';
	padding-bottom: 35px;
	border-bottom: 1px solid #dddddd;
	line-height: 26px;
}

.crs_footer {
	padding-top: 15px;
	padding-bottom: 58px;
}

.course-one .crs_footer P {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Arimo';
	margin-left: 18px;
	color: #999999;
}

.course-one .crs_footer .m_name {
	color: #444444;
	font-weight: 700;
	font-family: 'Arimo';
	font-size: 13px;
	margin-left: 18px;
	padding-top: 10px;
}

.course-one .enroll a {
	padding:5px 18px;
	background: #2d3e50;
	border-radius: 5px;
	position: absolute;
	z-index: 999;
	text-align: center;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	color: white;
	font-weight: 400;
	font-family: 'Arimo';
	font-size: 16px;
	transition: all linear 0.5s;
}

.course-one:hover {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
	-ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
	-o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
	border: 1px solid #dddddd;
	transition: all linear .5s;
}

.course-one:hover .enroll a {
	background: #fbaa33;
}

.course-one:hover h4 {
	color: #fbaa33;
}




/* ========================== 
    Our Courses part end
=========================== */


/* ========================== 
    Our Event part start
=========================== */
#event{
	padding:1em 0em;
}
.upcoming-conference{
    width:100%;
	float:left;
}
.conference-info {
	position: relative;
	float:left;
}

/* Common style */
.conference-info figure {
	position: relative;
	float: left;
	width:100%;
	overflow: hidden;
	height: 366px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	box-shadow: 2px 0px 15px #ddd;
     -webkit-border-radius: 10%/10% 0%;
    -moz-border-radius: 10%/10% 0%;
    border-radius: 10%/10% 0%;
}

.conference-info figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	width:100%;
	opacity: 0.8;
}

.conference-info figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.conference-info figure figcaption::before,
.conference-info figure figcaption::after {
	pointer-events: none;
}

.conference-info figure figcaption
/*.conference-info figure figcaption > a */{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.conference-info figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.conference-info figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.conference-info figure h2 span {
	float: left;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
	font-size:18px;
}

.conference-info figure h2,
.conference-info figure p {
	margin: 0;
}

.conference-info figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.conference-info figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}
.conference-info figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.conference-info figure.effect-moses h2{
	padding: 20px;
	width: 50%;
	height: auto;
	border: 2px solid #fff;
}
.conference-info figure.effect-moses a {
	padding: 20px;
    width: 50%;
    height: 13%;
    border: 2px solid #fff;
    margin-top: 5px;
    background: #054ea0db;
    color: #fff;
}
.conference-info figure.effect-moses h2 {
	padding: 15px 20px 40px 20px;
    width: 100%;
    height: 40%;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1px;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    background: #444546b5;
}
.conference-info figure.effect-moses h3 {
	padding: 20px;
	width:100%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}

.conference-info figure.effect-moses a {
	float: right;
	padding:5px;
	text-align: center;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.conference-info figure.effect-moses:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.conference-info figure.effect-moses:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.conference-info figure.effect-moses:hover img {
	opacity: 0.6;
}
.button{
    width:153px;
	margin:auto;
	float: left;
}
.view-bttn .button a {
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 20px;
	padding:5px 18px;
	background: #2d3e50;
	border: 1px solid;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	margin-right: 20px;
	margin-top: 25px;
	display: inline-block;
	transition: all linear .05s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-o-transition: all linear .5s;
	-ms-transition: all linear .5s;
}

.view-bttn .button a:hover {
	background: #fbaa33;
}

/* ========================== 
    Our Event part end
 =========================== */


/* ==================================
   Our Teacher part Start
=================================== */

#publication {
	padding-bottom:30px;
}

#teacher .slick-slide {
	padding-bottom: 30px;
}

#teacher .section_title {
	padding-top: 10px;
	padding-bottom:10px;
}

.teacher-text-hover ul {
	position: absolute;
	width: 100%;
	top: -15%;
	opacity: 0;
	z-index: 999;
	text-align: center;
	transition: all linear .4s;
	-webkit-transition: all linear 0.4s;
	-mos-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
}

.teacher-text-hover ul li {
	margin: 0px 6px;
}

.teacher-text-hover ul li a{
	color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    background: #2d3e50;
    padding: 10px;
    /* float: left; */
    line-height: 40px;
    transition: all linear .4s;
    -webkit-transition: all linear 0.4s;
    -mos-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}

.teacher-prof .techer-img ul li a:hover {
	background: #fbaa33;
}

.teacher-prof:hover ul {
	opacity: 1;
}

.teacher-prof {
	position: relative;
    background: #ececec;
    padding: 20px;
	height:510px;
}

.teacher-prof .teacher-text-hover {
	position: absolute;
	width: 100%;
	z-index: 99;
	top:65%;
	left:0px;
	text-align: center;
	opacity: 0;
	transition: all linear .4s;
	-webkit-transition: all linear 0.4s;
	-mos-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
}

.teacher-prof:hover .teacher-text-hover {
	opacity: 1;
	background: #ececec;
}

.teacher-text-hover ul li a i:hover {
	background: #fbaa33;
}

.teacher-prof .teacher-text-hover h3 {
	text-align: center;
	font-family: 'Arimo';
	font-weight: 700;
	font-size: 20px;
	color: #444444;
	padding-bottom: 5px;
	padding-top:17px;
}

.teacher-prof .teacher-text-hover p {
	text-align: center;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	padding:5px 15px;
}

.teacher-prof .teacher-text-hover img {
	margin: 0 auto;
}

.teacher-prof .teacher-text {
	text-align: center;
	transition: all linear .4s;
	-webkit-transition: all linear 0.4s;
	-mos-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
}

.teacher-prof:hover .teacher-text {
	color: white;
	opacity: 0;
}

.teacher-prof .teacher-text h3 {
	text-align: center;
	font-family: 'Arimo';
	font-weight: 700;
	font-size: 20px;
	color: #444444;
	padding-bottom: 8px;
	padding-top:5px;
}

.teacher-prof .teacher-text p {
	text-align: center;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	padding-bottom: 12px;
}

.teacher-prof .teacher-text img {
	margin: 0 auto;
}


/* ==================================
   Our Teacher part end
=================================== */


/* ==================================
     Our Contact Info part start
=================================== */

#contact-info {
	background:#2d3e50 ;
	padding:1em 0em;
}

#contact-info .cheader-left {
	margin-top: 30px;
	margin-bottom: 30px;
}

#contact-info .cheader-center h3 {
	color: white;
	font-family: 'Arimo';
	font-weight: 700;
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 47px;
}

#contact-info .content-text .c-text-left .nipa {
	padding-bottom: 32px;
}

#contact-info .content-text .c-text-left p {
	color: white;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 14px;
}


#contact-info .content-text .c-text-location .address .address_title {
	color: #fbaa33;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 10px;
}

#contact-info .content-text .c-text-location .address p {
	color: white;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 25px;
}


/* ==================================
     Our Contact Info part end
=================================== */


/* ============================================
   Our Footer Slider  part css start
================================================ */

.item-img {
	position: relative;
	float: left;
}

.footer_slider img {
	width: 100%;
}

.footer_slider .slick-list {
	padding-bottom: 0px;
}

.overlay_social {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all linear .4s;
}

.overlay_social a {
	position: absolute;
	color: #2d3e50;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 13px;
	padding: 12px 10px;
	text-align: center;
	background: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay_social:hover {
	opacity: 1;
}


/* ============================================
         social part start
================================================ */


.facebook{
    margin-top:20px;
	float:left;
}
.facebook-link{
     box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(255, 255, 255, 0.5);
	 background: #F5F5F5;
	 height:266px;
}
.facebook h2{
    color: #ffffff;
    text-align: center;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 5px 0px;
    background:#2d3e50;
}
.twitter{
     margin-top:20px;
	 float:left;
}
.twitter-link{
     box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(255, 255, 255, 0.5);
	 background: #F5F5F5;
	 height:266px;
}
.twitter h2{
    color: #ffffff;
    text-align: center;
    font-size:21px;
    letter-spacing:2px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 5px 0px;
    background:#2d3e50;
}
._2p3a{ 
width: 100% !important;
min-width: 100%;
}
.scrollbar {
    float: left;
    height: 220px;
    width: 100%;
    background: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0px;
    padding: 15px;
}
.scrollbar1{
	float: left;
	height:245px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-bottom: 25px;
	padding:15px;
	
}
.scrollbar1 p{
    padding:0px 0px;
}
.scrollbar p{
    padding:20px 15px;
}
.scrollbar ul li{
	display:block;
	}
.force-overflow
{
	min-height: 390px;
}

 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	background-color:#075299;	
	background-image: -webkit-linear-gradient(45deg,
	                  rgba(255, 255, 255, .2) 25%,
					  transparent 25%,
					  transparent 50%,
					  rgba(255, 255, 255, .2) 50%,
					  rgba(255, 255, 255, .2) 75%,
					  transparent 75%,
					  transparent)
}


/* ============================================
         social part end
================================================ */



/* ============================================
         Our footer slider part css start
================================================ */

#footer .footer1 {
	background: #243548;
	text-align: center;
	line-height: 46px;
	/* float: left; */
	margin-top:2em ;
}
#footer .footer1 p {
	color: white;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 14px;
	margin-top:15px;
}

#footer .footer1 p span {
	color: #fbaa33;
	font-family: 'Arimo';
	font-weight: 400;
	font-size: 14px;
}
.contact-info ul li {
	display: inline-block;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 15px;
}

.contact-info ul li a i {
	color: #2d3e50;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background: white;
	font-size: 20px;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.contact-info ul li a i:hover {
	color: white;
	background: #fbaa33;
}

.contact-info ul li a {
	color: white;
	/*font-family: 'Arimo';
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 28px;
	display: block;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-o-transition: all linear .5s;*/
}

.contact-info ul li a:hover {
	color: #fbaa33;
}

.contact-info ul li {
	padding-bottom:0px;
}

.contact-info ul li a i {
	color: #2d3e50;
	width:40px;
	height:40px;
	border-radius: 50%;
	line-height:43px;
	text-align: center;
	background: white;
	font-size: 20px;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .5s;
	-o-transition: all linear .5s;
}

.contact-info ul {
	padding-top: 10px;
	margin-bottom: 0px;
}

.contact-info ul li a i:hover {
	color: white;
	background: #fbaa33;
}
.gallery-item{
	float:left;
}
.gallery-item img {
    width: 100%;
    height: 200px;
    margin-top: 15px;
}
.promotional_partner{
	font-size:18px;
	color:#fff;
}
.promotional_partner img{
	background-color: #fff;
    border-radius: 10px;
    height: 60px;
    width: 135px;
	margin: 10px;
	padding: 5px;
}



.portfolio-thumb {
    height: 100%;
    margin-top: 15px;
    width: 95%;
    float: left;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e2e0e0;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    padding: 10px;
	display: inline-flex;
}

.portfolio-thumb img{
	width: 80%;
}

.portfolio-agileinfo .portfolio-grids a {
    display: block;
    overflow: hidden;
    position: relative;
}

.portfolio-agileinfo .portfolio-grids img.img-responsive {
    width: 80%;
    height: 258px;
}

.portfolio-agileinfo .b-wrapper {
    background: rgb(1 173 202 / 67%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -125%;
    left: 0;
    padding: 2em;
    transition: .5s all;
    text-align: center;
}

.portfolio-agileinfo .b-wrapper p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}

.fa-search-plus:before {
    content: "\f00e";
}

.portfolio-agileinfo .b-wrapper h5 {
    font-size: 18px;
    font-weight: normal;
    color: #232222;
    text-align: center;
    padding: 14px 0;
}

.news-parg {
    width: 42%;
    float: right;
	padding-top: 40px;
}

.portfolio-agileinfo h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 29px;
    height: 145px;
    margin-top: 20px;
    margin-right: 15px;
}

.portfolio-agileinfo .portfolio-grids a {
    display: block;
    overflow: hidden;
    position: relative;
}

.iier-conf-bttn {
    font-size: 14px;
    color: #FFFFFF;
    background: #003399;
    padding: 10px 20px;
    text-align: right;
    float: left;
}
.news-l{
	padding-left: 0;
	}
.domy_banner{
    text-align: center;
	margin-top: 151px;
}

.mobmenu{
	display: none;
}
.socialfootersec{
	display: inline-flex;
	gap: 10px;
}
.socialfootersec li a{
	font-size: 30px;
	color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.teacher-prof {
		padding: 10px 20px;
		height: auto;
	}
	.course-one .course-banner img {
		height: auto;
	}
	.full_manu_header {
		display: none;
	}
	.skitter-large-box {
		margin-top: 50px;
	}
	.domy_banner {
		margin-top: 51px;
	}
	.about_text1 ol{
		margin-left: 20px;
	}
}